X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=77fdc4bf2110e444612d9388004e111b7758be1e;hp=68b9b4252f123d19ed1b29562155f366ff496ea2;hb=edb409858b1422f40c61940f219721fb8c7b97b8;hpb=d2940f5c39d8eb07287c38034dbd309e0b7adb64 diff --git a/.ssh/config b/.ssh/config index 68b9b42..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 -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;' + 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 @@ -43,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