mirror of https://github.com/CISOfy/lynis.git
Improved [SSH-7408] with 'ClientAliveCountMax'.
This commit is contained in:
parent
c252b9b376
commit
7bcf442a1e
|
@ -110,7 +110,8 @@
|
|||
UsePrivilegeSeparation:SANDBOX,YES,NO:=\
|
||||
VerifyReverseMapping:YES,,NO:=\
|
||||
X11Forwarding:NO,,YES:=\
|
||||
MaxAuthTries:1,3,6:<"
|
||||
MaxAuthTries:1,3,6:<\
|
||||
ClientAliveCountMax:2,4,16:<"
|
||||
|
||||
for I in ${SSHOPS}; do
|
||||
OPTIONNAME=`echo ${I} | cut -d ':' -f1`
|
||||
|
|
Loading…
Reference in New Issue