aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ssh/config27
1 files changed, 26 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 99925ff..76216ee 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
+ HostName apu-serve-unlock.apu
Port 22
User root
ServerAliveInterval 120
@@ -364,3 +364,28 @@ Host linuxaudio.berlin
Compression yes
ControlMaster auto
ControlPath ~/.ssh/socket-%r@%h:%p
+
+# c-base
+Host soundserv.c-base.org
+ Hostname soundserv.cbrp3.c-base.org
+ Port 22
+ user dave
+ ForwardAgent yes
+ IdentitiesOnly yes
+ ServerAliveInterval 120
+ Compression yes
+ ControlMaster auto
+ ControlPath ~/.ssh/socket-%r@%h:%p
+ ProxyCommand ssh tunnel.c-base.org -W 10.0.0.150:%p
+
+Host shell.c-base.org
+ Hostname shell.c-base.org
+ Port 22
+ user dave
+ ForwardAgent yes
+ IdentitiesOnly yes
+ ServerAliveInterval 120
+ Compression yes
+ ControlMaster auto
+ ControlPath ~/.ssh/socket-%r@%h:%p
+