From: tfheen Date: Thu, 21 Apr 2005 22:45:43 +0000 (+0000) Subject: poor mans vpn X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0392b3e444993a1f90c83a5bc63fb179efd032f;p=dotfiles poor mans vpn git-svn-id: file:///svn/tfheen/trunk/dotfiles@755 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/ssh/config b/ssh/config index a3ce231..ed63a56 100644 --- a/ssh/config +++ b/ssh/config @@ -1,4 +1,11 @@ # Fattigmanns vpn +Host bowah +Hostname bowah.err.no +Port 80 +ProxyCommand none + +##Host * +#ProxyCommand ssh -q -a -x bowah 'nc %h %p' #Host * #ProxyCommand ssh -q -a -x -o 'ProxyCommand none' 129.241.56.185 'nc %h %p'