/etc/pam.d/rlogin is in rsh-server 0.17-15.
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 required pam_nologin.so
auth required pam_securetty.so
auth sufficient pam_rhosts.so
@include common-auth
@include common-account
@include common-session
@include common-password
|