aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/sshd_config
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2002-04-25 05:59:53 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2002-04-25 05:59:53 +0000
commit44493e088a3a01cd2e8633c8435f505ba3c61d49 (patch)
tree516c89e36da38daa7c59bd6f847b0dac112792fd /crypto/openssh/sshd_config
parent32e56cd19de7cb4c7b979161cacc7d4811d7ed50 (diff)
downloadsrc-44493e088a3a01cd2e8633c8435f505ba3c61d49.tar.gz
src-44493e088a3a01cd2e8633c8435f505ba3c61d49.zip
Change default challenge/response behavior of sshd by popular demand.
This brings us into sync with the behavior of sshd on other Unix platforms. Submitted by: Joshua Goodall <joshua@roughtrade.net>
Notes
Notes: svn path=/head/; revision=95431
Diffstat (limited to 'crypto/openssh/sshd_config')
-rw-r--r--crypto/openssh/sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index e34c96424e1d..156b5f0c574d 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -60,8 +60,8 @@
#PasswordAuthentication yes
#PermitEmptyPasswords no
-# Change to no to disable s/key passwords
-#ChallengeResponseAuthentication yes
+# Change to yes to enable s/key passwords
+#ChallengeResponseAuthentication no
# Kerberos options
# KerberosAuthentication automatically enabled if keyfile exists