blob: 460a2cd99f99e593e1cee301b88ba37a2dc009e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#%PAM-1.0
# For root login to succeed here with pam_securetty, "rsh" must be
# listed in /etc/securetty.
auth required pam_securetty.so
# Uncomment this and comment the following to use rhosts_auth module
#auth required pam_rhosts.so
auth include system-remote-login
account include system-remote-login
session include system-remote-login
|