Set-Service sshd -StartupType Automatic Set-Service ssh-agent -StartupType Automatic Make the service start on boot (PowerShell): Set-Service sshd -StartupType Automatic ...
On Windows 10, in developer mode, a different implementation of SSH exists in-box. Look for TCP port bindings on port 22 and these processes - “SSH Server Broker” and “SSH Server Proxy” netstat -anop ...