diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-16 12:00:44 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-16 12:00:44 +1000 |
commit | e3e71247c3a63e3169f25e49c6e9c6438a3b922e (patch) | |
tree | 2abf0cb1bfec421f1adf4546962d47c8eea04024 | |
parent | 6ac2c48a195fd0c2bed1e8284e0658a4aae66756 (diff) |
clarify
-rw-r--r-- | sshd_config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config b/sshd_config index 57a1f2bec..78fc67c23 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -70,9 +70,9 @@ | |||
70 | #KerberosTgtPassing no | 70 | #KerberosTgtPassing no |
71 | 71 | ||
72 | # Set this to 'yes' to enable PAM authentication (via challenge-response) | 72 | # Set this to 'yes' to enable PAM authentication (via challenge-response) |
73 | # and session processing | 73 | # and session processing. Depending on your PAM configuration, this may |
74 | # Warning: enabling this may bypass the setting of 'PasswordAuthentication' | 74 | # bypass the setting of 'PasswordAuthentication' |
75 | #UsePAM no | 75 | #UsePAM yes |
76 | 76 | ||
77 | #X11Forwarding no | 77 | #X11Forwarding no |
78 | #X11DisplayOffset 10 | 78 | #X11DisplayOffset 10 |