Rule ID
SV-46012r3_rule
Version
V1R12
CCIs
DoD information systems are required to use FIPS 140-2 approved cryptographic hash functions.
Check the SSH daemon configuration for allowed MACs. Procedure: # grep -i macs /etc/ssh/sshd_config | grep -v '^#' If no lines are returned, or the returned MACs list contains any MAC less than "hmac-sha1", this is a finding.
Edit the SSH daemon configuration and remove any MACs less than "hmac-sha1". If necessary, add a "MACs" line. Restart the SSH daemon. # /sbin/service sshd restart