mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
[SSH-7408] Increased values for MaxAuthRetries as sometimes SSH key-based authentication may need it
This commit is contained in:
parent
b6b1f10901
commit
048815abc0
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
IgnoreRhosts:YES,,NO:=\
|
||||
LoginGraceTime:120,240,480:<\
|
||||
LogLevel:VERBOSE,INFO,:=\
|
||||
MaxAuthTries:2,4,6:<\
|
||||
MaxAuthTries:3,6,999:<\
|
||||
MaxSessions:2,4,8:<\
|
||||
PermitRootLogin:(NO|PROHIBIT-PASSWORD|WITHOUT-PASSWORD),,YES:=\
|
||||
PermitUserEnvironment:NO,,YES:=\
|
||||
|
|
|
|||
Loading…
Reference in a new issue