SV-258900r991554_rule
V-258900
SRG-OS-000250-GPOS-00093
PHTN-40-000239
CAT I
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "MACs" line is uncommented and set to the following:
MACs hmac-sha2-512,hmac-sha2-256
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 MACs
Example result:
macs hmac-sha2-512,hmac-sha2-256
If the output matches the macs in the example result or a subset thereof, this is not a finding.
If the output contains any macs not listed in the example result, this is a finding.
V-258900
False
PHTN-40-000239
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i MACs
Example result:
macs hmac-sha2-512,hmac-sha2-256
If the output matches the macs in the example result or a subset thereof, this is not a finding.
If the output contains any macs not listed in the example result, this is a finding.
M
5569