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 the SSHv2 protocol.

DISA Rule

SV-227891r603266_rule

Vulnerability Number

V-227891

Group Title

SRG-OS-000074

Rule Version

GEN005501

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the /etc/ssh/ssh_config file and add or edit a Protocol configuration line that does not allow versions less than 2.

Check Contents

Check the SSH client configuration for allowed protocol versions.
# grep -i protocol /etc/ssh/ssh_config | grep -v '^#'
If the returned protocol configuration allows versions less than 2, this is a finding.

Vulnerability Number

V-227891

Documentable

False

Rule Version

GEN005501

Severity Override Guidance

Check the SSH client configuration for allowed protocol versions.
# grep -i protocol /etc/ssh/ssh_config | grep -v '^#'
If the returned protocol configuration allows versions less than 2, this is a finding.

Check Content Reference

M

Target Key

4061

Comments