diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-16 04:00:44 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-16 04:00:44 +0200 |
commit | e3e71247c3a63e3169f25e49c6e9c6438a3b922e (patch) | |
tree | 2abf0cb1bfec421f1adf4546962d47c8eea04024 /sshd_config | |
parent | - (djm) Add warning for UsePAM when built without PAM support (diff) | |
download | openssh-e3e71247c3a63e3169f25e49c6e9c6438a3b922e.tar.xz openssh-e3e71247c3a63e3169f25e49c6e9c6438a3b922e.zip |
clarify
Diffstat (limited to 'sshd_config')
-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 @@ #KerberosTgtPassing no # Set this to 'yes' to enable PAM authentication (via challenge-response) -# and session processing -# Warning: enabling this may bypass the setting of 'PasswordAuthentication' -#UsePAM no +# and session processing. Depending on your PAM configuration, this may +# bypass the setting of 'PasswordAuthentication' +#UsePAM yes #X11Forwarding no #X11DisplayOffset 10 |