From: tfheen Date: Fri, 5 Jan 2007 09:53:21 +0000 (+0000) Subject: Fix ssh config; get rid of warthogs.hbd.com X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc444c5e471beea819af91ccbbb31d53f61bca4b;p=dotfiles Fix ssh config; get rid of warthogs.hbd.com git-svn-id: file:///svn/tfheen/trunk/dotfiles@982 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/ssh/config b/ssh/config index 855d9ad..fbbdfcc 100644 --- a/ssh/config +++ b/ssh/config @@ -2,15 +2,15 @@ Host * HashKnownHosts no # Fattigmanns vpn -Host bowah -Hostname bowah.err.no -Port 80 -ProxyCommand none +#Host tellus +#Hostname tellus.err.no +#Port 80 +#ProxyCommand none #Host * -#ProxyCommand ssh -q -a -x bowah 'nc %h %p' +#ProxyCommand ssh -q -a -x tellus 'nc %h %p' #Host * -#ProxyCommand ssh -q -a -x -o 'ProxyCommand none' 129.241.56.185 'nc %h %p' +#ProxyCommand ssh -q -a -x -p 80 -o 'ProxyCommand none' 129.241.56.185 'nc %h %p' # PVV @@ -107,9 +107,5 @@ ProxyCommand none Host chinstrap.ubuntu.com ProxyCommand none -Host chinstrap.warthogs.hbd.com -ProxyCommand none - -Host *.ubuntu.com *.warthogs.hbd.com -ProxyCommand ssh -q -a -x chinstrap.warthogs.hbd.com nc -q0 %h 22 - +Host *.ubuntu.com +ProxyCommand ssh -q -a -x chinstrap.ubuntu.com nc -q0 %h 22