diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/openssh-server.ssh.pam | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index fbd301bd5..6162921da 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:3.9p1-2) UNRELEASED; urgency=low | ||
2 | |||
3 | * Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support | ||
4 | appears to be sufficient and more useful (closes: #162996). | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Tue, 11 Jan 2005 01:41:54 +0000 | ||
7 | |||
1 | openssh (1:3.9p1-1) experimental; urgency=low | 8 | openssh (1:3.9p1-1) experimental; urgency=low |
2 | 9 | ||
3 | * New upstream release. | 10 | * New upstream release. |
diff --git a/debian/openssh-server.ssh.pam b/debian/openssh-server.ssh.pam index 8882053df..1332a267e 100644 --- a/debian/openssh-server.ssh.pam +++ b/debian/openssh-server.ssh.pam | |||
@@ -1,8 +1,5 @@ | |||
1 | # PAM configuration for the Secure Shell service | 1 | # PAM configuration for the Secure Shell service |
2 | 2 | ||
3 | # Disallow non-root logins when /etc/nologin exists. | ||
4 | auth required pam_nologin.so | ||
5 | |||
6 | # Read environment variables from /etc/environment and | 3 | # Read environment variables from /etc/environment and |
7 | # /etc/security/pam_env.conf. | 4 | # /etc/security/pam_env.conf. |
8 | auth required pam_env.so # [1] | 5 | auth required pam_env.so # [1] |