From: Don Armstrong Date: Sun, 24 Jan 2010 09:22:03 +0000 (+0000) Subject: * tweak proxycommand slightly X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=af0550ae9c1b74d3ddb6a8fe36fb86f4b6d11051 * tweak proxycommand slightly --- diff --git a/.ssh/config b/.ssh/config index e058c79..3913460 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 nc rietz.debian.org 22 2>/dev/null; else ssh archimedes.ucr.edu nc rietz.debian.org 22 2>/dev/null; fi;' + 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;' Host *.debian.org IdentityFile ~/.ssh/identity_debian UserKnownHostsFile ~/.ssh/known_hosts_debian