mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
5d93b6af54
pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson)
22 lines
417 B
Plaintext
22 lines
417 B
Plaintext
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "sshd" service
|
|
#
|
|
|
|
# auth
|
|
auth required pam_nologin.so no_warn
|
|
auth sufficient pam_opie.so no_warn no_fake_prompts
|
|
auth required pam_opieaccess.so no_warn
|
|
auth required pam_unix.so no_warn try_first_pass
|
|
|
|
# account
|
|
account required pam_login_access.so
|
|
account required pam_unix.so
|
|
|
|
# session
|
|
session required pam_permit.so
|
|
|
|
# password
|
|
password required pam_permit.so
|