diff options
-rw-r--r-- | .ssh/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.ssh/config b/.ssh/config index 1f8101c..1c25bf6 100644 --- a/.ssh/config +++ b/.ssh/config @@ -10,7 +10,7 @@ Host groutefsf ProxyJump sleepmap.de User dave -Host gapu-access +Host apu-access-remote Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p @@ -59,13 +59,13 @@ Host gchristina ProxyJump sleepmap.de User dave -Host gdvzrv +Host hmbx-remote Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - Hostname dvzrv + Hostname hmbx Port 22 - ProxyJump sleepmap.de + ProxyJump apu-access-remote User dave Host gtrvlr @@ -133,11 +133,11 @@ Host blckbx-wifi Port 22 User dave -Host dvzrv +Host hmbx Compression yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p - HostName dvzrv + HostName hmbx Port 22 ServerAliveInterval 120 User dave |