X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=726bebbe9d69b993697fd70124f7b3cdd7f258a4;hp=e058c79f7197e5a283b3e30443c90d8e73cb0d27;hb=b4e20e5a091b2d939ffd174c05bef35d84790d7a;hpb=3d1de2ab9e5d962342095f6dcfb3aee7cc23e4cd diff --git a/.ssh/config b/.ssh/config index e058c79..726bebb 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,7 +4,11 @@ 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 *.debian.org IdentityFile ~/.ssh/identity_debian UserKnownHostsFile ~/.ssh/known_hosts_debian @@ -21,11 +25,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