Updated Install Win32 OpenSSH (markdown)

Manoj Ampalam 2017-04-18 22:02:58 -07:00
parent 4312ab88d2
commit 0d7fa8747c

@ -37,7 +37,5 @@ netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol
## Uninstall Win32 OpenSSH
* Start Powershell as Administrator
* Stop the service
* `Stop-Service sshd`
* Uninstall
* `powershell.exe -executionpolicy bypass -file uninstall-sshd.ps1`