Rule ID
SV-46020r2_rule
Version
V1R12
CCIs
DoD information systems are required to use FIPS 140-2 approved cryptographic hash functions.
Check the SSH client configuration for allowed MACs. # grep -i macs /etc/ssh/ssh_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 client configuration and remove any MACs less than "hmac-sha1". If necessary, add a "MACs" line.