summaryrefslogtreecommitdiff
path: root/other/openssh-reverse/contrib/sshd.pam.generic
diff options
context:
space:
mode:
Diffstat (limited to 'other/openssh-reverse/contrib/sshd.pam.generic')
-rw-r--r--other/openssh-reverse/contrib/sshd.pam.generic8
1 files changed, 8 insertions, 0 deletions
diff --git a/other/openssh-reverse/contrib/sshd.pam.generic b/other/openssh-reverse/contrib/sshd.pam.generic
new file mode 100644
index 0000000..cf5af30
--- /dev/null
+++ b/other/openssh-reverse/contrib/sshd.pam.generic
@@ -0,0 +1,8 @@
1#%PAM-1.0
2auth required /lib/security/pam_unix.so shadow nodelay
3auth required /lib/security/pam_nologin.so
4account required /lib/security/pam_unix.so
5password required /lib/security/pam_cracklib.so
6password required /lib/security/pam_unix.so shadow nullok use_authtok
7session required /lib/security/pam_unix.so
8session required /lib/security/pam_limits.so