summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-05-13 16:20:24 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-05-13 16:20:24 -0400
commitd00986b0e0024a02ca5eb56aa493bfc8bd7ecb93 (patch)
treec004d29bd5e40a30d0addf2a4513fee0a3e2ec1b
parentf74a82c38ce2cbb89a7b291bc82c389c813e3a44 (diff)
sync LoginGraceTime with debian defaults
-rw-r--r--templates/sshd_config/Debian_wheezy.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb
index bfa6ea8..f9a476b 100644
--- a/templates/sshd_config/Debian_wheezy.erb
+++ b/templates/sshd_config/Debian_wheezy.erb
@@ -37,7 +37,7 @@ SyslogFacility AUTH
LogLevel INFO
# Authentication:
-LoginGraceTime 600
+LoginGraceTime 120
PermitRootLogin <%= scope.lookupvar('::sshd::permit_root_login') %>
StrictModes <%= scope.lookupvar('::sshd::strict_modes') %>