mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Back out previous commit.
This commit is contained in:
parent
523ca9d72c
commit
8024187191
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue