Updated Install Win32 OpenSSH (markdown)

Yanbing 2017-05-11 18:22:40 -07:00
parent 1fb42d1f90
commit 74f6f009a7

@ -11,7 +11,7 @@
* `powershell -executionpolicy bypass -file install-sshd.ps1`
* Setup SSH host keys
* `.\ssh-keygen.exe -A` (This will generate all [secured][Secure file] 'host' keys (starting build [v0.0.13.0][build13]).)
* If existing host keys are used instead of generate new, make sure they are [secured][Secure file].
* If host keys generated by ssh-keygen.exe before build [v0.0.13.0][build13] are used, make sure they are [secured][Secure file].
* (Required starting build [v0.0.13.0][build13]. ) Grant "NT service\sshd" Read access the host key files:
```
Get-ChildItem -Path 'C:\Program Files\OpenSSH\ssh_host_*_key*' | % {