diff options
author | Colin Watson <cjwatson@debian.org> | 2005-01-15 12:29:15 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-01-15 12:29:15 +0000 |
commit | dbd913d6df3b8b4250d831ed463395ca3b5b8b33 (patch) | |
tree | 0ec2de9ef76eaf3e377201622c1f9719dbbf8c9b /debian | |
parent | a8a3df079abc9b8a6be9b9eab5b96e1483b010e3 (diff) |
Drop LoginGraceTime back to the upstream default of two minutes on new
installs (closes: #289573).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/openssh-server.postinst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a9f2c5c8a..539e9d4b8 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -3,6 +3,8 @@ openssh (1:3.9p1-2) UNRELEASED; urgency=low | |||
3 | * Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support | 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). | 4 | appears to be sufficient and more useful (closes: #162996). |
5 | * Depend on debconf | debconf-2.0. | 5 | * Depend on debconf | debconf-2.0. |
6 | * Drop LoginGraceTime back to the upstream default of two minutes on new | ||
7 | installs (closes: #289573). | ||
6 | * debconf template translations: | 8 | * debconf template translations: |
7 | - Update Greek (thanks, Logiotatidis George). | 9 | - Update Greek (thanks, Logiotatidis George). |
8 | - Update Spanish (thanks, Santiago Erquicia). | 10 | - Update Spanish (thanks, Santiago Erquicia). |
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst index 15e43f1a4..3fce8af1c 100644 --- a/debian/openssh-server.postinst +++ b/debian/openssh-server.postinst | |||
@@ -210,7 +210,7 @@ SyslogFacility AUTH | |||
210 | LogLevel INFO | 210 | LogLevel INFO |
211 | 211 | ||
212 | # Authentication: | 212 | # Authentication: |
213 | LoginGraceTime 600 | 213 | LoginGraceTime 120 |
214 | PermitRootLogin yes | 214 | PermitRootLogin yes |
215 | StrictModes yes | 215 | StrictModes yes |
216 | 216 | ||