From: Michael Tremer Date: Sun, 31 Jan 2010 22:02:02 +0000 (+0100) Subject: openssh: Forgot to add the pam file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab6a56e242730feb8eba7feccbf298e7c63d6e8;p=ipfire-3.x.git openssh: Forgot to add the pam file. --- diff --git a/pkgs/core/openssh/sshd.pam b/pkgs/core/openssh/sshd.pam new file mode 100644 index 000000000..ba632dda5 --- /dev/null +++ b/pkgs/core/openssh/sshd.pam @@ -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