Remediation Steps
Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux).
Edit /etc/ssh/sshd_config and restrict the Ciphers directive:
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 sshd