diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-01-27 05:41:52 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-01-27 05:41:52 +0000 |
commit | 8be52c96a484c9a868ab7532e93847efcb45525f (patch) | |
tree | e74ad864757a03cb127ae35a575de36fc62dfb6d /net-misc | |
parent | Added 3 new questions and answers to the Maintenance section. (diff) | |
download | gentoo-2-8be52c96a484c9a868ab7532e93847efcb45525f.tar.gz gentoo-2-8be52c96a484c9a868ab7532e93847efcb45525f.tar.bz2 gentoo-2-8be52c96a484c9a868ab7532e93847efcb45525f.zip |
security fix for /etc/pam.d/sshd
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/files/sshd.pam.rc6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/openssh/files/sshd.pam.rc6 b/net-misc/openssh/files/sshd.pam.rc6 index f5e4900ac27b..af303cdbd2cf 100644 --- a/net-misc/openssh/files/sshd.pam.rc6 +++ b/net-misc/openssh/files/sshd.pam.rc6 @@ -1,4 +1,5 @@ auth required pam_pwdb.so nullok +auth required pam_shells.so auth required pam_nologin.so auth required pam_env.so account required pam_pwdb.so |