From 1fb42d1f90f9982455f091237be2dc30ece0e150 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Thu, 11 May 2017 18:19:14 -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 d368233..9faf6ed 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -10,7 +10,7 @@ * Install sshd and ssh-agent services. * `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 from build [v0.0.13.0][build13]).) + * `.\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]. * (Required starting build [v0.0.13.0][build13]. ) Grant "NT service\sshd" Read access the host key files: ```