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