Updated Install Win32 OpenSSH (markdown)

Yanbing 2017-05-13 17:07:58 -07:00
parent 41afad63bc
commit 7064da33fd

@ -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 host keys were generated by ssh-keygen.exe before build [v0.0.13.0][build13], you will have to re-ACL files on both the server and client side. please see [Security protection][Secure file] for details.
* If host keys were generated by ssh-keygen.exe before build [v0.0.13.0][build13], you will have to re-ACL them before use. please see [Security protection][Secure file] for details.
* (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*' | % {