STIGQter STIGQter: STIG Summary: Solaris 10 X86 Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

The SSH client must be configured to only use Message Authentication Codes (MACs) employing FIPS 140-2 approved cryptographic hash algorithms.

DISA Rule

SV-227898r603266_rule

Vulnerability Number

V-227898

Group Title

SRG-OS-000250

Rule Version

GEN005512

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the SSH client configuration and remove any MACs that are not hmac-sha1 or a better hmac algorithm that is on the FIPS 140-2 approved list. If necessary, add a MACs line.

Check Contents

Check the SSH client configuration for allowed MACs.

Procedure:
# grep -i macs /etc/ssh/ssh_config | grep -v '^#'

If no lines are returned, or the returned MACs list contains any MAC that is not hmac-sha1 or a better hmac algorithm that is on the FIPS 140-2 approved list, this is a finding.

Vulnerability Number

V-227898

Documentable

False

Rule Version

GEN005512

Severity Override Guidance

Check the SSH client configuration for allowed MACs.

Procedure:
# grep -i macs /etc/ssh/ssh_config | grep -v '^#'

If no lines are returned, or the returned MACs list contains any MAC that is not hmac-sha1 or a better hmac algorithm that is on the FIPS 140-2 approved list, this is a finding.

Check Content Reference

M

Target Key

4061

Comments