X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=d4411ad57bf8cabe39be2031c0ba3fb4d36309c5;hp=e058c79f7197e5a283b3e30443c90d8e73cb0d27;hb=2c59040eb0d3a190c4ccebcda07d5891401649e9;hpb=3d1de2ab9e5d962342095f6dcfb3aee7cc23e4cd diff --git a/.ssh/config b/.ssh/config index e058c79..d4411ad 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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