Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu).

  1. Update OpenSSH to the latest available version:

    sudo apt update
    sudo apt upgrade openssh-server
  2. Verify the installed version:

    ssh -V
  3. If the distribution does not yet provide 9.6+, use backports or build from source.

  4. Restart the SSH service:

    sudo systemctl restart ssh