aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/servconf.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-25 16:53:25 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-25 16:53:25 +0000
commit8024187191bb5ab3beea55bc7c3ae9105d302985 (patch)
treece7d62bdc5b7f3e158051fc607f5458a2e27fb66 /crypto/openssh/servconf.c
parent523ca9d72cc0223df211fe20af75041c797f90b1 (diff)
downloadsrc-8024187191bb5ab3beea55bc7c3ae9105d302985.tar.gz
src-8024187191bb5ab3beea55bc7c3ae9105d302985.zip
Back out previous commit.
Notes
Notes: svn path=/head/; revision=95456
Diffstat (limited to 'crypto/openssh/servconf.c')
-rw-r--r--crypto/openssh/servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c
index add504b94326..1cf7f9d90e6d 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)