diff options
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index 2a9b86be2..370c4c8bc 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -42,7 +42,8 @@ PasswordAuthentication yes | |||
42 | PermitEmptyPasswords no | 42 | PermitEmptyPasswords no |
43 | 43 | ||
44 | # Comment to enable s/key passwords or PAM interactive authentication | 44 | # Comment to enable s/key passwords or PAM interactive authentication |
45 | # NB. Neither of these are compiled in by default. | 45 | # NB. Neither of these are compiled in by default. Please read the |
46 | # notes in the sshd(8) manpage before enabling this on a PAM system. | ||
46 | ChallengeResponseAuthentication no | 47 | ChallengeResponseAuthentication no |
47 | 48 | ||
48 | # To change Kerberos options | 49 | # To change Kerberos options |