SV-215299r508663_rule
V-215299
SRG-OS-000480-GPOS-00227
AIX7-00-002116
CAT II
10
Edit the "/etc/sshd/sshd_config" file and add or change the "StrictModes" setting to "yes".
Restart the SSH daemon:
# stopsrc -s sshd
# startsrc -s sshd
Check the SSH daemon configuration for the "StrictModes" setting using command:
# grep -i StrictModes /etc/ssh/sshd_config | grep -v '^#'
StrictModes yes
If the setting is missing or is set to "no", this is a finding.
V-215299
False
AIX7-00-002116
Check the SSH daemon configuration for the "StrictModes" setting using command:
# grep -i StrictModes /etc/ssh/sshd_config | grep -v '^#'
StrictModes yes
If the setting is missing or is set to "no", this is a finding.
M
4012