mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 01:04:39 +02:00
Improved [SSH-7408] with 'ClientAliveInterval'.
This commit is contained in:
parent
7bcf442a1e
commit
d191bed2d7
@ -111,7 +111,8 @@
|
|||||||
VerifyReverseMapping:YES,,NO:=\
|
VerifyReverseMapping:YES,,NO:=\
|
||||||
X11Forwarding:NO,,YES:=\
|
X11Forwarding:NO,,YES:=\
|
||||||
MaxAuthTries:1,3,6:<\
|
MaxAuthTries:1,3,6:<\
|
||||||
ClientAliveCountMax:2,4,16:<"
|
ClientAliveCountMax:2,4,16:<\
|
||||||
|
ClientAliveInterval:300,600,900:<"
|
||||||
|
|
||||||
for I in ${SSHOPS}; do
|
for I in ${SSHOPS}; do
|
||||||
OPTIONNAME=`echo ${I} | cut -d ':' -f1`
|
OPTIONNAME=`echo ${I} | cut -d ':' -f1`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user