Merge branch 'debian-login-grace' into 'master'
sync LoginGraceTime with debian defaults for some reason this was 10 minutes in our module, yet 120s everywhere else. and only in wheezy too, wtf... See merge request !13
This commit is contained in:
commit
b8e3c1a673
1 changed files with 1 additions and 1 deletions
|
@ -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') %>
|
||||
|
|
Loading…
Reference in a new issue