CSCP del servidor remoto al subsistema de Windows
Start-Service sshd
Set-Service -Name sshd -StartupType 'Automatic'
Fair Frog
Start-Service sshd
Set-Service -Name sshd -StartupType 'Automatic'
Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'