From af0550ae9c1b74d3ddb6a8fe36fb86f4b6d11051 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 24 Jan 2010 09:22:03 +0000 Subject: [PATCH] * tweak proxycommand slightly --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2