SV-215305r508663_rule
V-215305
SRG-OS-000480-GPOS-00229
AIX7-00-002123
CAT II
10
Edit the "/etc/ssh/sshd_config file", add the following line, and save the change:
RhostsRSAAuthentication no
Restart the SSH daemon:
# stopsrc -s sshd
# startsrc -s sshd
Check the SSH daemon configuration for the "RhostsRSAAuthentication" setting by running:
# grep -i RhostsRSAAuthentication /etc/ssh/sshd_config | grep -v '^#'
The above command should yield the following output:
RhostsRSAAuthentication no
If the setting is present and set to "yes", this is a finding.
V-215305
False
AIX7-00-002123
Check the SSH daemon configuration for the "RhostsRSAAuthentication" setting by running:
# grep -i RhostsRSAAuthentication /etc/ssh/sshd_config | grep -v '^#'
The above command should yield the following output:
RhostsRSAAuthentication no
If the setting is present and set to "yes", this is a finding.
M
4012