]> err.no Git - dotfiles/commitdiff
Fix up ordering of ssh auth
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 29 Nov 2011 20:59:25 +0000 (20:59 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 29 Nov 2011 20:59:25 +0000 (20:59 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1504 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

ssh/config

index 04173e4043646c57a48441aeadc626e53b6794ce..520a6b56a5dc4db2dd02b24d0a6d7c7e0b0d6184 100644 (file)
@@ -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