Remediation Steps
Follow the steps below to remediate this finding on Linux (Debian/Ubuntu).
Edit /etc/ssh/sshd_config and restrict the Ciphers directive to exclude CBC mode ciphers:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.comRestart the SSH service:
sudo systemctl restart sshVerify with:
ssh -Q cipher localhost