mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Improved [SSH-7408] with 'MaxAuthTries'.
This commit is contained in:
parent
2e37c17675
commit
c252b9b376
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@
|
|||
UseDNS:YES,,NO:=\
|
||||
UsePrivilegeSeparation:SANDBOX,YES,NO:=\
|
||||
VerifyReverseMapping:YES,,NO:=\
|
||||
X11Forwarding:NO,,YES:="
|
||||
X11Forwarding:NO,,YES:=\
|
||||
MaxAuthTries:1,3,6:<"
|
||||
|
||||
for I in ${SSHOPS}; do
|
||||
OPTIONNAME=`echo ${I} | cut -d ':' -f1`
|
||||
|
|
|
|||
Loading…
Reference in a new issue