Skip to content

Commit

Permalink
Update sshd_config
Browse files Browse the repository at this point in the history
Changed 'GSSAPIAuthentication no' to 'GSSAPIAuthentication yes' to allow kerberos passwords.
  • Loading branch information
fcaviggia committed Jun 26, 2014
1 parent e658938 commit 57180b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ChallengeResponseAuthentication no

# GSSAPI options
#GSSAPIAuthentication no
GSSAPIAuthentication no
GSSAPIAuthentication yes
#GSSAPICleanupCredentials yes
GSSAPICleanupCredentials yes
#GSSAPIStrictAcceptorCheck yes
Expand Down

0 comments on commit 57180b2

Please sign in to comment.