From: tfheen Date: Mon, 31 Mar 2008 08:33:01 +0000 (+0000) Subject: Get rid of moblin special case X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c3ccf393c91d15be584bf2f0e357c61e72dbe4;p=dotfiles Get rid of moblin special case git-svn-id: file:///svn/tfheen/trunk/dotfiles@1194 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/ssh/config b/ssh/config index fa199cd..ba1a5de 100644 --- a/ssh/config +++ b/ssh/config @@ -2,6 +2,7 @@ Host * HashKnownHosts no TCPKeepAlive yes ServerAliveInterval 60 +GSSAPIAuthentication yes # Fattigmanns vpn #Host tellus @@ -14,9 +15,6 @@ ServerAliveInterval 60 #Host * #ProxyCommand ssh -q -a -x -p 80 -o 'ProxyCommand none' 129.241.56.185 'nc %h %p' -Host moblin.org -ProxyCommand ssh -q -a -x vawad-xen1.err.no 'nc -q0 moblin.org 22' - Host *.vpn.err.no ProxyCommand ssh -q -a -x vuizook.err.no 'nc -q0 %h %p'