SV-239331r674922_rule
V-239331
SRG-OS-000478-VMM-001980
ESXI-67-100010
CAT II
10
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
Verify that only FIPS-approved ciphers are used by running the following command:
# grep -i "^Ciphers" /etc/ssh/sshd_config
If there is no output, or the output is not exactly "Ciphers aes128-ctr,aes192-ctr,aes256-ctr", this is a finding.
V-239331
False
ESXI-67-100010
Verify that only FIPS-approved ciphers are used by running the following command:
# grep -i "^Ciphers" /etc/ssh/sshd_config
If there is no output, or the output is not exactly "Ciphers aes128-ctr,aes192-ctr,aes256-ctr", this is a finding.
M
5326