> So you have the line,
>
>   sshd    session required        pam_permit.so

Yep.  In pam.conf, regarding ssh I have the following lines:

sshd    auth    required        pam_nologin.so
sshd    auth    required        pam_unix.so     try_first_pass
sshd    account required        pam_unix.so
sshd    password required       pam_permit.so
sshd    session required        pam_permit.so



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to