diff options
author | Damien Miller <djm@mindrot.org> | 2001-03-04 00:19:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-03-04 00:19:00 +1100 |
commit | f85b4d76705035e495545c84a922f032447414bd (patch) | |
tree | f384942dadd155f97ac810a99b583a15cb9f2c2e | |
parent | 1d66c1602eb9cae2d3f173a9d9f8d96c274518bb (diff) |
mode doc
-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 |