SV-217270r603956_rule
V-217270
SRG-OS-000033-GPOS-00014
SLES-12-030170
CAT II
10
Edit the SSH daemon configuration (/etc/ssh/sshd_config) and remove any ciphers not starting with "aes" and remove any ciphers ending with "cbc". If necessary, add a "Ciphers" line:
Ciphers aes256-ctr,aes192-ctr,aes128-ctr
Restart the SSH daemon:
# sudo systemctl restart sshd.service
Verify that the SUSE operating system implements DoD-approved encryption to protect the confidentiality of SSH remote connections.
Check the SSH daemon configuration for allowed ciphers with the following command:
# sudo grep -i ciphers /etc/ssh/sshd_config | grep -v '^#'
Ciphers aes256-ctr,aes192-ctr,aes128-ctr
If any ciphers other than "aes256-ctr", "aes192-ctr", or "aes128-ctr" are listed, the order differs from the example above, the "Ciphers" keyword is missing, or the returned line is commented out, this is a finding.
V-217270
False
SLES-12-030170
Verify that the SUSE operating system implements DoD-approved encryption to protect the confidentiality of SSH remote connections.
Check the SSH daemon configuration for allowed ciphers with the following command:
# sudo grep -i ciphers /etc/ssh/sshd_config | grep -v '^#'
Ciphers aes256-ctr,aes192-ctr,aes128-ctr
If any ciphers other than "aes256-ctr", "aes192-ctr", or "aes128-ctr" are listed, the order differs from the example above, the "Ciphers" keyword is missing, or the returned line is commented out, this is a finding.
M
4033