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/openssh-server.postinst | |
parent | a8a3df079abc9b8a6be9b9eab5b96e1483b010e3 (diff) |
Drop LoginGraceTime back to the upstream default of two minutes on new
installs (closes: #289573).
Diffstat (limited to 'debian/openssh-server.postinst')
-rw-r--r-- | debian/openssh-server.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||