1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/etc/pam.d/sshd

19 lines
285 B
Plaintext
Raw Normal View History

#
# $FreeBSD$
#
# PAM configuration for the "sshd" service
#
# auth
auth required pam_nologin.so no_warn
auth required pam_unix.so no_warn try_first_pass
# account
account required pam_unix.so
# session
session required pam_permit.so
# password
password required pam_permit.so