Skip to content

Commit

Permalink
Merge pull request #9 from tigeli/usepam
Browse files Browse the repository at this point in the history
[sshd] Set UsePAM to yes and disallow ChallengeResponseAuthentication…
  • Loading branch information
tigeli committed Sep 21, 2015
2 parents 08be131 + 4b7e093 commit 2d5d59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openssh/sshd_config
Expand Up @@ -74,6 +74,7 @@ AuthorizedKeysFile .ssh/authorized_keys

# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes
ChallengeResponseAuthentication no

# Kerberos options
#KerberosAuthentication no
Expand All @@ -95,6 +96,7 @@ AuthorizedKeysFile .ssh/authorized_keys
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
#UsePAM no
UsePAM yes

#AllowAgentForwarding yes
#AllowTcpForwarding yes
Expand Down

0 comments on commit 2d5d59d

Please sign in to comment.