diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.ssh/config b/.ssh/config index 0687242..983447c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -40,7 +40,7 @@ Host apu-access-unlock ControlPath ~/.ssh/socket-%r@%h:%p Host apu-serve-unlock - HostName apu-serve-unlock.apu + HostName apu-serve-unlock Port 22 User root ServerAliveInterval 120 @@ -410,18 +410,8 @@ Host aur.archlinux.org ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p -# linuxaudio Host linuxaudio.org - Port 741 - User lac - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa - Compression yes - ControlMaster auto - ControlPath ~/.ssh/socket-%r@%h:%p - -Host web1.linuxaudio.org - Hostname web1.linuxaudio.cyso.net + Hostname linuxaudio.org Port 22 User dvzrv IdentitiesOnly yes |