SV-215289r508663_rule
V-215289
SRG-OS-000033-GPOS-00014
AIX7-00-002104
CAT II
10
Add or edit the following line in the "/etc/ssh/sshd_config" file to support "Protocol 2" only:
Protocol 2
Save the change to /etc/ssh/sshd_config
Restart ssh daemon:
# stopsrc -s sshd
# startsrc -s sshd
From the command prompt, run the following command:
# grep ^Protocol /etc/ssh/sshd_config
The above command should yield the following output:
Protocol 2
If the above command does not show the ssh server supporting "Protocol 2" only, this is a finding.
V-215289
False
AIX7-00-002104
From the command prompt, run the following command:
# grep ^Protocol /etc/ssh/sshd_config
The above command should yield the following output:
Protocol 2
If the above command does not show the ssh server supporting "Protocol 2" only, this is a finding.
M
4012