summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/pam.d/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/pam.d/openssh')
-rwxr-xr-xcrypto/openssh/pam.d/openssh9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/openssh/pam.d/openssh b/crypto/openssh/pam.d/openssh
new file mode 100755
index 0000000000..2ae42d7139
--- /dev/null
+++ b/crypto/openssh/pam.d/openssh
@@ -0,0 +1,9 @@
+#
+# The PAM configuration file for ssh
+#
+auth required pam_unix.so shadow nodelay
+auth required pam_nologin.so
+account required pam_unix.so
+password required pam_unix.so shadow md5 nullok
+session required pam_unix.so
+session required pam_limits.so