X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.ssh%2Fconfig;h=726bebbe9d69b993697fd70124f7b3cdd7f258a4;hb=138981e5cada8299569f295ff587cc230c8bd9de;hp=669daeab9ce3b459a11232bb072abd88f93f7617;hpb=f6485eb8f3af1f0f1191e4fbcfc5e883aa8bcd5f;p=home-base.git diff --git a/.ssh/config b/.ssh/config index 669daea..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 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