1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 ESXi OS V1R1
  4. ESXI-67-100010 – The ESXi host SSH daemon must be configured to only use FIPS 140-2 approved ciphers.

ESXI-67-100010 – The ESXi host 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.

Solution

Limit the ciphers to algorithms that 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

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