summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-25 16:53:25 +0000
committerdes <des@FreeBSD.org>2002-04-25 16:53:25 +0000
commitec4b7563a593a2117b80a6363bbc02fd3de2181b (patch)
treece7d62bdc5b7f3e158051fc607f5458a2e27fb66 /crypto/openssh
parent120bcf46b094aed3c7f091578241804ac3dd98c9 (diff)
downloadFreeBSD-src-ec4b7563a593a2117b80a6363bbc02fd3de2181b.zip
FreeBSD-src-ec4b7563a593a2117b80a6363bbc02fd3de2181b.tar.gz
Back out previous commit.
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/servconf.c2
-rw-r--r--crypto/openssh/sshd_config4
2 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c
index add504b..1cf7f9d 100644
--- a/crypto/openssh/servconf.c
+++ b/crypto/openssh/servconf.c
@@ -212,7 +212,7 @@ fill_default_server_options(ServerOptions *options)
if (options->kbd_interactive_authentication == -1)
options->kbd_interactive_authentication = 0;
if (options->challenge_response_authentication == -1)
- options->challenge_response_authentication = 0;
+ options->challenge_response_authentication = 1;
if (options->permit_empty_passwd == -1)
options->permit_empty_passwd = 0;
if (options->use_login == -1)
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 156b5f0..e34c964 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -60,8 +60,8 @@
#PasswordAuthentication yes
#PermitEmptyPasswords no
-# Change to yes to enable s/key passwords
-#ChallengeResponseAuthentication no
+# Change to no to disable s/key passwords
+#ChallengeResponseAuthentication yes
# Kerberos options
# KerberosAuthentication automatically enabled if keyfile exists
OpenPOWER on IntegriCloud