From b82df3bfde46711a04b409970c8987e36d00b7d0 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 29 Nov 2011 20:59:25 +0000 Subject: [PATCH] Fix up ordering of ssh auth git-svn-id: file:///svn/tfheen/trunk/dotfiles@1504 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5