From de3e19f9d682feddf08f2dd47df89f5be6297b21 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 1 Apr 2008 11:33:59 +0000 Subject: [PATCH] do not check host key for localhost git-svn-id: file:///svn/tfheen/trunk/dotfiles@1202 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/config b/ssh/config index ba1a5de..10e7df3 100644 --- a/ssh/config +++ b/ssh/config @@ -3,6 +3,7 @@ HashKnownHosts no TCPKeepAlive yes ServerAliveInterval 60 GSSAPIAuthentication yes +NoHostAuthenticationForLocalhost yes # Fattigmanns vpn #Host tellus -- 2.39.5