From 129029336fbf5cb779974b3361a6205dc4884413 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Thu, 11 May 2017 10:24:05 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 44ebe50..1ba5f95 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -9,9 +9,9 @@ * If you do see 22 occupied, [#610](https://github.com/PowerShell/Win32-OpenSSH/issues/610) has workarounds to deal with port conflict. * Install sshd and ssh-agent services. * `powershell -executionpolicy bypass -file install-sshd.ps1` -* Setup SSH host keys (this will generate all the 'host' keys that sshd expects when its starts) +* Setup SSH host keys (This will generate all the 'host' keys that sshd expects when its starts. The 'host' keys only have current user as owner and full control by default.) * `.\ssh-keygen.exe -A` -* Grant "NT service\sshd" read access the host private key files: +* (This step is required starting build v0.0.13.0. ) Grant "NT service\sshd" read access the host private key files: ``` Get-ChildItem -Path 'C:\Program Files\OpenSSH\ssh_host_*_key' | % { $acl = get-acl $_.FullName