]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - pkgs/core/openssh/sshd.pam
openssh: Forgot to add the pam file.
[people/pmueller/ipfire-3.x.git] / pkgs / core / openssh / sshd.pam
CommitLineData
0ab6a56e
MT
1#%PAM-1.0
2auth include system-auth
3
4account required pam_nologin.so
5account include system-auth
6
7password include system-auth
8
9session include system-auth