diff options
author | djm <djm> | 2003-05-16 02:00:44 +0000 |
---|---|---|
committer | djm <djm> | 2003-05-16 02:00:44 +0000 |
commit | 7f726ee85f4eacd45511673458c0f4418be3f12a (patch) | |
tree | f36005cb9bd70695b457767c63448d4b84573f08 /sshd_config | |
parent | 4104be0dab9f7992972fe875f56d732bad68ef8b (diff) | |
download | openssh-7f726ee85f4eacd45511673458c0f4418be3f12a.tar.gz |
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 57a1f2be..78fc67c2 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 |