SV-216118r603268_rule
V-216118
SRG-OS-000480
SOL-11.1-040370
CAT I
10
The root role is required.
Modify the sshd_config file
# pfedit /etc/ssh/sshd_config
Locate the line containing:
PermitEmptyPasswords
Change it to:
PermitEmptyPasswords no
Restart the SSH service.
# svcadm restart svc:/network/ssh
Determine if empty/null passwords are allowed for the SSH service.
# grep "^PermitEmptyPasswords" /etc/ssh/sshd_config
If the output of this command is not:
PermitEmptyPasswords no
this is a finding.
V-216118
False
SOL-11.1-040370
Determine if empty/null passwords are allowed for the SSH service.
# grep "^PermitEmptyPasswords" /etc/ssh/sshd_config
If the output of this command is not:
PermitEmptyPasswords no
this is a finding.
M
4021