Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-03-15 16:00:47 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-15 16:00:47 +0300
commit048815abc0106c61854e2d89dee82a162388972a (patch)
tree5275f3ab1d552f419ca3f450918b78cec738acad /include/tests_ssh
parentb6b1f109012cc5aba7fc3f8c7ee190b903d5fbea (diff)
[SSH-7408] Increased values for MaxAuthRetries as sometimes SSH key-based authentication may need it
Diffstat (limited to 'include/tests_ssh')
-rw-r--r--include/tests_ssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ssh b/include/tests_ssh
index 29b8aa52..fe303778 100644
--- a/include/tests_ssh
+++ b/include/tests_ssh
@@ -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:=\