diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 9faf6ed..d08966a 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 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*' | % {