mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
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…
x
Reference in New Issue
Block a user