SV-227896r603266_rule
V-227896
SRG-OS-000033
GEN005510
CAT II
10
Edit /etc/ssh/ssh_config and add or edit the "Ciphers" line. Only include ciphers that start with "3des" or "aes" and do not contain "cbc". For the list of available ciphers for the particular version of your software, consult the ssh_config manpage.
Check the SSH client configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/ssh_config | grep -v '^#'
If no lines are returned, the returned ciphers list contains any cipher not starting with 3des or aes, this is a finding.
V-227896
False
GEN005510
Check the SSH client configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/ssh_config | grep -v '^#'
If no lines are returned, the returned ciphers list contains any cipher not starting with 3des or aes, this is a finding.
M
4061