From: tfheen Date: Tue, 29 Nov 2011 20:59:25 +0000 (+0000) Subject: Fix up ordering of ssh auth X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82df3bfde46711a04b409970c8987e36d00b7d0;p=dotfiles Fix up ordering of ssh auth git-svn-id: file:///svn/tfheen/trunk/dotfiles@1504 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/ssh/config b/ssh/config index 04173e4..520a6b5 100644 --- a/ssh/config +++ b/ssh/config @@ -4,7 +4,7 @@ TCPKeepAlive yes ServerAliveInterval 180 GSSAPIAuthentication yes NoHostAuthenticationForLocalhost yes -PreferredAuthentications "publickey, hostbased, gssapi-with-mic, gssapi-keyex, keyboard-interactive, password" +PreferredAuthentications "gssapi-with-mic, gssapi-keyex, publickey, hostbased, keyboard-interactive, password" VerifyHostKeyDNS yes ControlMaster auto ControlPath ~/.ssh/cm_socket/%r@%h:%p