mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Improved [SSH-7408] with 'UseDNS'.
This commit is contained in:
parent
e656111c75
commit
cd3cd74b8e
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue