From 5b9f0a6ac0352542c78c773a954b3e2ebd165164 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Sat, 13 May 2017 17:06:55 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index d08966a..9e60bcc 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -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 generated by ssh-keygen.exe before build [v0.0.13.0][build13] are used, make sure they are [secured][Secure file]. + * If host keys were generated by ssh-keygen.exe before build [v0.0.13.0][build13] are used, you will have to re-ACL files on both the server and client side. 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*' | % {