summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-04 00:16:20 +1100
committerDamien Miller <djm@mindrot.org>2001-03-04 00:16:20 +1100
commit1d66c1602eb9cae2d3f173a9d9f8d96c274518bb (patch)
tree9097ea09b866a45d82321c6693817c070c3617c3 /sshd_config
parent459ac4b688f87c5179b2d7f94dace1fd7204c568 (diff)
downloadopenssh-git-1d66c1602eb9cae2d3f173a9d9f8d96c274518bb.tar.gz
- Document PAM ChallengeResponseAuthentication in sshd.8
- Disable and comment ChallengeResponseAuthentication in sshd_config
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config5
1 files changed, 3 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index 8d0af106..2a9b86be 100644
--- a/sshd_config
+++ b/sshd_config
@@ -41,8 +41,9 @@ RSAAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords no
-# Uncomment to disable s/key passwords
-#ChallengeResponseAuthentication no
+# Comment to enable s/key passwords or PAM interactive authentication
+# NB. Neither of these are compiled in by default.
+ChallengeResponseAuthentication no
# To change Kerberos options
#KerberosAuthentication no