Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Windows.

  1. For Windows Server with OpenSSH (Win32-OpenSSH), update via the optional features:

  2. Settings > Apps > Optional features > OpenSSH Server > Modify

  3. Or use PowerShell to install the latest version from GitHub:

    $url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/latest'
    # Download and install the MSI package
  4. Restart the sshd service:

    Restart-Service sshd