From 0262f3a3180cf229aa4d718f17c23c74c34f7e08 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Thu, 11 May 2017 10:27:28 -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 1104dd1..badddb3 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -9,7 +9,7 @@ * 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. The 'host' keys only have current user as owner and full control by default starting from build v0.0.13.0.) +* Setup SSH host keys (This will generate all the 'host' keys that sshd expects when its starts. The 'host' keys have current user as file owner and granted full control access starting from build v0.0.13.0.) * `.\ssh-keygen.exe -A` * (Required starting build v0.0.13.0. ) Grant "NT service\sshd" read access the host private key files: ```