SV-258870r933671_rule
V-258870
SRG-OS-000480-GPOS-00229
PHTN-40-000207
CAT I
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "PermitEmptyPasswords" line is uncommented and set to the following:
PermitEmptyPasswords no
At the command line, run the following command:
# systemctl restart sshd.service
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i PermitEmptyPasswords
Example result:
permitemptypasswords no
If "PermitEmptyPasswords" is not set to "no", this is a finding.
V-258870
False
PHTN-40-000207
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i PermitEmptyPasswords
Example result:
permitemptypasswords no
If "PermitEmptyPasswords" is not set to "no", this is a finding.
M
5569