]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssh: Forgot to add the pam file.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 22:02:02 +0000 (23:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 22:02:02 +0000 (23:02 +0100)
pkgs/core/openssh/sshd.pam [new file with mode: 0644]

diff --git a/pkgs/core/openssh/sshd.pam b/pkgs/core/openssh/sshd.pam
new file mode 100644 (file)
index 0000000..ba632dd
--- /dev/null
@@ -0,0 +1,9 @@
+#%PAM-1.0
+auth       include      system-auth
+
+account    required     pam_nologin.so
+account    include      system-auth
+
+password   include      system-auth
+
+session    include      system-auth