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:
authorKamil Boratyński <kamil.boratynski@icloud.com>2015-12-05 23:55:12 +0300
committerKamil Boratyński <kamil.boratynski@icloud.com>2015-12-06 03:45:31 +0300
commit35b663cff986b34e657fc50d05c443ec4da44c20 (patch)
treefe405782710dd2c04ab7223dcc37451fdb922ff3 /include/tests_ssh
parent96dfb5cf154d49d67f4aff41abef6efd67b9bb62 (diff)
Improved [SSH-7408] with 'LoginGraceTime'.
Diffstat (limited to 'include/tests_ssh')
-rw-r--r--include/tests_ssh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tests_ssh b/include/tests_ssh
index 024a0605..94e851db 100644
--- a/include/tests_ssh
+++ b/include/tests_ssh
@@ -113,7 +113,8 @@
MaxAuthTries:1,3,6:<\
ClientAliveCountMax:2,4,16:<\
ClientAliveInterval:300,600,900:<\
- Port:,,22:!"
+ Port:,,22:!\
+ LoginGraceTime:120,240,480:<"
for I in ${SSHOPS}; do
OPTIONNAME=`echo ${I} | cut -d ':' -f1`