Updated Install Win32 OpenSSH (markdown)

Manoj Ampalam 2016-09-27 12:23:44 -07:00
parent 7b3bb445db
commit 20a3936b4f

@ -22,7 +22,7 @@
* `New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH`
* If you need key-based authentication, run the following to setup the key-auth package
* `powershell.exe .\install-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189))
* `powershell -executionpolicy bypass -file install-sshd.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189))
* `Restart-Computer`
* Set sshd in auto-start mode and open up firewall (optional)
* `Set-Service sshd -StartupType Automatic`