diff options
Diffstat (limited to 'sshd.pam')
-rw-r--r-- | sshd.pam | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sshd.pam b/sshd.pam new file mode 100644 index 0000000..7ecef08 --- /dev/null +++ b/sshd.pam @@ -0,0 +1,6 @@ +#%PAM-1.0 +#auth required pam_securetty.so #disable remote root +auth include system-remote-login +account include system-remote-login +password include system-remote-login +session include system-remote-login |