SV-239138r675222_rule
V-239138
SRG-OS-000394-GPOS-00174
PHTN-67-000067
CAT I
10
Open /etc/ssh/sshd_config with a text editor.
Ensure that the "Ciphers" line is uncommented and set to the following:
Ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
At the command line, execute the following command:
# service sshd reload
At the command line, execute the following command:
# sshd -T|&grep -i Ciphers
Expected result:
ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
If the output does not match the expected result, this is a finding.
V-239138
False
PHTN-67-000067
At the command line, execute the following command:
# sshd -T|&grep -i Ciphers
Expected result:
ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
If the output does not match the expected result, this is a finding.
M
5323