]> git.donarmstrong.com Git - home-base.git/blobdiff - .ssh/config
update debian known hosts
[home-base.git] / .ssh / config
index e058c79f7197e5a283b3e30443c90d8e73cb0d27..d4411ad57bf8cabe39be2031c0ba3fb4d36309c5 100644 (file)
@@ -4,7 +4,13 @@ Host frogsleap.com
 Host rietz.debian.org
   IdentityFile ~/.ssh/identity_debian
   UserKnownHostsFile ~/.ssh/known_hosts_debian
-  ProxyCommand sh -c 'if [ $(hostname) == "archimedes" ]; then nc rietz.debian.org 22 2>/dev/null; else ssh archimedes.ucr.edu nc rietz.debian.org 22 2>/dev/null; fi;'
+  ProxyCommand sh -c 'if [ "$(hostname)" = "archimedes" ]; then exec nc -q 1:0 rietz.debian.org 22 2>/dev/null; else exec ssh archimedes.ucr.edu nc -q 1:0 rietz.debian.org 22 2>/dev/null; fi;'
+Host busoni.debian.org
+  IdentityFile ~/.ssh/identity_debian
+  UserKnownHostsFile ~/.ssh/known_hosts_debian
+  ProxyCommand sh -c 'if [ "$(hostname)" = "archimedes" ]; then exec nc -q 1:0 busoni.debian.org 22 2>/dev/null; else exec ssh archimedes.ucr.edu nc -q 1:0 busoni.debian.org 22 2>/dev/null; fi;'
+Host vasks.debian.org git.debian.org svn.debian.org
+  ControlPath ~/tmp/vasks.debian.org_%p_%r
 Host *.debian.org
   IdentityFile ~/.ssh/identity_debian
   UserKnownHostsFile ~/.ssh/known_hosts_debian
@@ -21,11 +27,12 @@ Host ernst.ucr.edu
 Host acif500.ucr.edu
   User zido
   IdentityFile ~/.ssh/identity_don
-Host volo
+Host volo dn-volo.donarmstrong.com
   User don
   HostKeyAlias volo
   CheckHostIP no
   IdentityFile ~/.ssh/identity_don
+  ControlPath ~/tmp/volo_%p_%r
 Host zeto
   User don
   HostKeyAlias zeto
@@ -42,7 +49,7 @@ Host rzlab3.ucr.edu dn-rzlab3.donarmstrong.com
   UserKnownHostsFile ~/.ssh/known_hosts_don
   IdentityFile ~/.ssh/identity_don
   ControlPath ~/tmp/rzlab3_%p_%r
-Host rzlab.ucr.edu dn-rzlab.donarmstrong.com svn.donarmstrong.com
+Host rzlab.ucr.edu dn-rzlab.donarmstrong.com svn.donarmstrong.com git.donarmstrong.com
   User don
   UserKnownHostsFile ~/.ssh/known_hosts_don
   IdentityFile ~/.ssh/identity_don