X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;fp=.ssh%2Fconfig;h=391346072311ccf6a0468cd09995d83cf489dace;hp=e058c79f7197e5a283b3e30443c90d8e73cb0d27;hb=af0550ae9c1b74d3ddb6a8fe36fb86f4b6d11051;hpb=3d1de2ab9e5d962342095f6dcfb3aee7cc23e4cd 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