From f0392b3e444993a1f90c83a5bc63fb179efd032f Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 21 Apr 2005 22:45:43 +0000 Subject: [PATCH] poor mans vpn git-svn-id: file:///svn/tfheen/trunk/dotfiles@755 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- ssh/config | 7 +++++++ 1 file changed, 7 insertions(+) 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' -- 2.39.5