X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=726bebbe9d69b993697fd70124f7b3cdd7f258a4;hp=bc7a4fea7e2a912ffe619669b417f7dbe471c97e;hb=53fbf1e2f252c4c0ee3280d2cd1b408cb7faf194;hpb=9fd8105aa1382e588f9a6787cf840443eb5287c7 diff --git a/.ssh/config b/.ssh/config index bc7a4fe..726bebb 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,14 @@ Host frogsleap.com User frogsleap IdentityFile ~/.ssh/identity_frogsleap +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;' +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 @@ -17,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