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