STIGQter STIGQter: STIG Summary: VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

The SLES for vRealize must implement DoD-approved encryption to protect the confidentiality of remote access sessions - SSH Client.

DISA Rule

SV-99025r1_rule

Vulnerability Number

V-88375

Group Title

SRG-OS-000033-GPOS-00014

Rule Version

VROM-SL-000080

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Update the Ciphers directive with the following command:

# sed -i "/^[^#]*Ciphers/ c\Ciphers aes256-ctr,aes128-ctr" /etc/ssh/ssh_config

Save and close the file.

Check Contents

Check the SSH daemon configuration for DoD-approved encryption to protect the confidentiality of SSH remote connections by performing the following commands:

Check the Cipher setting in the ssh_config file.

# grep -i Ciphers /etc/ssh/ssh_config | grep -v '#'

The output must contain either none or any number of the following algorithms:

aes128-ctr, aes256-ctr.

If the output contains an algorithm not listed above, this is a finding.

Expected Output:
Ciphers aes256-ctr,aes128-ctr

Vulnerability Number

V-88375

Documentable

False

Rule Version

VROM-SL-000080

Severity Override Guidance

Check the SSH daemon configuration for DoD-approved encryption to protect the confidentiality of SSH remote connections by performing the following commands:

Check the Cipher setting in the ssh_config file.

# grep -i Ciphers /etc/ssh/ssh_config | grep -v '#'

The output must contain either none or any number of the following algorithms:

aes128-ctr, aes256-ctr.

If the output contains an algorithm not listed above, this is a finding.

Expected Output:
Ciphers aes256-ctr,aes128-ctr

Check Content Reference

M

Target Key

3461

Comments