SV-258880r991589_rule
V-258880
SRG-OS-000480-GPOS-00227
PHTN-40-000217
CAT II
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "IgnoreRhosts" line is uncommented and set to the following:
IgnoreRhosts yes
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 IgnoreRhosts
Example result:
ignorerhosts yes
If "IgnoreRhosts" is not set to "yes", this is a finding.
V-258880
False
PHTN-40-000217
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i IgnoreRhosts
Example result:
ignorerhosts yes
If "IgnoreRhosts" is not set to "yes", this is a finding.
M
5569