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 FIPS 140-2 approved ciphers.

DISA Rule

SV-227896r603266_rule

Vulnerability Number

V-227896

Group Title

SRG-OS-000033

Rule Version

GEN005510

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit /etc/ssh/ssh_config and add or edit the "Ciphers" line. Only include ciphers that start with "3des" or "aes" and do not contain "cbc". For the list of available ciphers for the particular version of your software, consult the ssh_config manpage.

Check Contents

Check the SSH client configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/ssh_config | grep -v '^#'
If no lines are returned, the returned ciphers list contains any cipher not starting with 3des or aes, this is a finding.

Vulnerability Number

V-227896

Documentable

False

Rule Version

GEN005510

Severity Override Guidance

Check the SSH client configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/ssh_config | grep -v '^#'
If no lines are returned, the returned ciphers list contains any cipher not starting with 3des or aes, this is a finding.

Check Content Reference

M

Target Key

4061

Comments