X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=68b9b4252f123d19ed1b29562155f366ff496ea2;hp=669daeab9ce3b459a11232bb072abd88f93f7617;hb=d2940f5c39d8eb07287c38034dbd309e0b7adb64;hpb=f6485eb8f3af1f0f1191e4fbcfc5e883aa8bcd5f diff --git a/.ssh/config b/.ssh/config index 669daea..68b9b42 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,7 +4,7 @@ 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 *.debian.org IdentityFile ~/.ssh/identity_debian UserKnownHostsFile ~/.ssh/known_hosts_debian