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