freebsd-dev/etc/pam.d/sshd
Dag-Erling Smørgrav bb151ea158 Enable OPIE for sshd and telnetd. I thought I'd done this a long time
ago...

Sponsored by:	DARPA, NAI Labs
2002-06-19 20:00:43 +00:00

22 lines
426 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_lastlog.so no_fail
# password
password required pam_permit.so