/etc/pam.d/rlogin is in rsh-redone-server 85-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #%PAM-1.0
auth requisite pam_securetty.so
auth sufficient pam_rhosts.so
auth required pam_unix.so nullok
auth required pam_nologin.so
account required pam_unix.so
password required pam_unix.so nullok use_authtok obscure min=4
session required pam_unix.so
|