https://github.com/PowerShell/Win32-OpenSSH/releases
powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1
net start sshd
Set-Service sshd -StartupType Automatic
https://github.com/PowerShell/Win32-OpenSSH/releases
powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1
net start sshd
Set-Service sshd -StartupType Automatic