diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshd_config | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20130918 | ||
2 | - (dtucker) [sshd_config] Trailing whitespace; from jstjohn at purdue edu. | ||
3 | |||
1 | 20130914 | 4 | 20130914 |
2 | - (djm) OpenBSD CVS Sync | 5 | - (djm) OpenBSD CVS Sync |
3 | - djm@cvs.openbsd.org 2013/08/22 19:02:21 | 6 | - djm@cvs.openbsd.org 2013/08/22 19:02:21 |
diff --git a/sshd_config b/sshd_config index 8d8eeea34..dbda7491e 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -84,8 +84,8 @@ AuthorizedKeysFile .ssh/authorized_keys | |||
84 | #GSSAPIAuthentication no | 84 | #GSSAPIAuthentication no |
85 | #GSSAPICleanupCredentials yes | 85 | #GSSAPICleanupCredentials yes |
86 | 86 | ||
87 | # Set this to 'yes' to enable PAM authentication, account processing, | 87 | # Set this to 'yes' to enable PAM authentication, account processing, |
88 | # and session processing. If this is enabled, PAM authentication will | 88 | # and session processing. If this is enabled, PAM authentication will |
89 | # be allowed through the ChallengeResponseAuthentication and | 89 | # be allowed through the ChallengeResponseAuthentication and |
90 | # PasswordAuthentication. Depending on your PAM configuration, | 90 | # PasswordAuthentication. Depending on your PAM configuration, |
91 | # PAM authentication via ChallengeResponseAuthentication may bypass | 91 | # PAM authentication via ChallengeResponseAuthentication may bypass |