SV-258835r991554_rule
V-258835
SRG-OS-000250-GPOS-00093
PHTN-40-000079
CAT I
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure 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, run the following command:
# systemctl restart sshd.service
At the command line, run the following command to verify the running configuration of sshd:
# 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 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-258835
False
PHTN-40-000079
At the command line, run the following command to verify the running configuration of sshd:
# 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 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
5569