Remediation Steps
Follow the steps below to remediate this finding on Windows.
For Windows Server with OpenSSH (Win32-OpenSSH), update via the optional features:
Settings > Apps > Optional features > OpenSSH Server > Modify
Or use PowerShell to install the latest version from GitHub:
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/latest' # Download and install the MSI packageRestart the sshd service:
Restart-Service sshd