]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
sync LoginGraceTime with debian defaults
authorAntoine Beaupré <anarcat@koumbit.org>
Wed, 13 May 2015 20:20:24 +0000 (16:20 -0400)
committerAntoine Beaupré <anarcat@koumbit.org>
Wed, 13 May 2015 20:20:24 +0000 (16:20 -0400)
templates/sshd_config/Debian_wheezy.erb

index bfa6ea877aa52fdae669958d195e997017673817..f9a476b6ced05278857c43e97503ed70f008b733 100644 (file)
@@ -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') %>