SV-256534r958850_rule
V-256534
SRG-OS-000394-GPOS-00174
PHTN-30-000064
CAT III
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "Ciphers" line is uncommented and set to the following:
Ciphers aes128-ctr,aes128-gcm@openssh.com,aes192-ctr,aes256-gcm@openssh.com,aes256-ctr
At the command line, run the following command:
# systemctl restart sshd.service
At the command line, run the following command:
# sshd -T|&grep -i Ciphers
Expected result:
ciphers aes128-ctr,aes128-gcm@openssh.com,aes192-ctr,aes256-gcm@openssh.com,aes256-ctr
If the output matches the ciphers in the expected result or a subset thereof, this is not a finding.
If the ciphers in the output contain any ciphers not listed in the expected result, this is a finding.
V-256534
False
PHTN-30-000064
At the command line, run the following command:
# sshd -T|&grep -i Ciphers
Expected result:
ciphers aes128-ctr,aes128-gcm@openssh.com,aes192-ctr,aes256-gcm@openssh.com,aes256-ctr
If the output matches the ciphers in the expected result or a subset thereof, this is not a finding.
If the ciphers in the output contain any ciphers not listed in the expected result, this is a finding.
M
5520