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