Remediation Steps
Follow the steps below to remediate this finding on Linux (Debian/Ubuntu).
Update OpenSSH to the latest available version:
sudo apt update sudo apt upgrade openssh-serverVerify the installed version:
ssh -VIf the distribution does not yet provide 9.6+, use backports or build from source.
Restart the SSH service:
sudo systemctl restart ssh