mirror of https://github.com/CISOfy/lynis.git
Improved [SSH-7408] with 'IgnoreRhosts'.
This commit is contained in:
parent
37ab68d501
commit
e656111c75
|
@ -93,7 +93,8 @@
|
||||||
SSHOPS="Protocol:2,,1\
|
SSHOPS="Protocol:2,,1\
|
||||||
PermitRootLogin:NO,WITHOUT-PASSWORD,YES\
|
PermitRootLogin:NO,WITHOUT-PASSWORD,YES\
|
||||||
StrictModes:YES,,NO\
|
StrictModes:YES,,NO\
|
||||||
VerifyReverseMapping:YES,,NO"
|
VerifyReverseMapping:YES,,NO\
|
||||||
|
IgnoreRhosts:YES,,NO"
|
||||||
|
|
||||||
for I in ${SSHOPS};
|
for I in ${SSHOPS};
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue