Check: GEN005512
Solaris 9 X86 STIG:
GEN005512
(in version v1 r9)
Title
The SSH client must be configured to only use Message Authentication Codes (MACs) employing FIPS 140-2 approved cryptographic hash algorithms. (Cat II impact)
Discussion
DoD information systems are required to use FIPS 140-2 approved cryptographic hash functions.
Check Content
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 other than hmac-sha1, this is a finding.
Fix Text
Edit the SSH client configuration and remove any MACs other than hmac-sha1. If necessary, add a MACs line.
Additional Identifiers
Rule ID: SV-26756r1_rule
Vulnerability ID: V-22463
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001453 |
The information system implements cryptographic mechanisms to protect the integrity of remote access sessions. |
Controls
Number | Title |
---|---|
AC-17 (2) |
Protection Of Confidentiality / Integrity Using Encryption |