1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.x ESXi OS V1R5
  4. ESXI-06-100010 – The SSH daemon must be configured to only use FIPS 140-2 approved ciphers.

ESXI-06-100010 – The SSH daemon must be configured to only use FIPS 140-2 approved ciphers.

Details

Approved algorithms should impart some level of confidence in their implementation. These are also required for compliance.

Note: That this does not imply FIPS 140-2 certification.

Solution

Limit the ciphers to those algorithms which are FIPS-approved. Counter (CTR) mode is also preferred over cipher-block chaining (CBC) mode.

Add or correct the following line in ‘/etc/ssh/sshd_config’:

Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,aes192-cbc,aes256-cbc

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles