X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=77fdc4bf2110e444612d9388004e111b7758be1e;hp=391346072311ccf6a0468cd09995d83cf489dace;hb=d3000939cbb009fe2eb97463acb18cbf55757b6e;hpb=af0550ae9c1b74d3ddb6a8fe36fb86f4b6d11051 diff --git a/.ssh/config b/.ssh/config index 3913460..77fdc4b 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 exec nc rietz.debian.org 22 2>/dev/null; else exec 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 @@ -42,7 +47,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