- Settings -> Apps and Features -> Optional Features -> Openssh Server Install
- Open Admin Powershell
- Run the following command in the shell to open port 22.
netsh advfirewall firewall add rule name="sshd" dir=in action=allow protocol=TCP localport=22
- Run the following command in the shell to start sshd service
Start-Service sshd
TODO: configuration setup