blob: 8657883e32aac63913e6cab88a112467d357ec41 (
plain)
1
2
3
4
5
6
|
# For root login to succeed here with pam_securetty, "rexec" must be
# listed in /etc/securetty.
auth required pam_securetty.so
auth include system-remote-login
account include system-remote-login
session include system-remote-login
|