aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ssh/config19
1 files changed, 19 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index e2e5572..99925ff 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -272,6 +272,25 @@ Host nws4
ControlMaster auto
ControlPath ~/.ssh/socket-%r@%h:%p
+Host sleepmap2frqrec
+ Hostname nws4
+ ProxyCommand ssh dave@192.168.123.1 -W 192.168.124.2:%p
+ ForwardAgent yes
+ User root
+ ServerAliveInterval 120
+ Compression yes
+ ControlMaster auto
+ ControlPath ~/.ssh/socket-%r@%h:%p
+
+Host sleepmap2tibetmoto
+ ProxyCommand ssh dave@192.168.123.1 -W 192.168.125.2:%p
+ ForwardAgent yes
+ User root
+ ServerAliveInterval 120
+ Compression yes
+ ControlMaster auto
+ ControlPath ~/.ssh/socket-%r@%h:%p
+
Host sleepmap
# Hostname 85.10.206.218
Hostname sleepmap.de