From 317bbba310b531cd4e724df2ae69f567cd9db4c9 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Mon, 27 Nov 2017 11:06:09 -0800 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 773cf05..c1e9219 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -18,6 +18,7 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the * `powershell -ExecutionPolicy Bypass -File install-sshd.ps1` 1. Generate SSH host keys * `.\ssh-keygen.exe -A` + * `powershell -ExecutionPolicy Bypass -File FixHostFilePermissions.ps1` * `.\FixHostFilePermissions.ps1 -Confirm:$false` 1. Secure SSH host keys (optional) * `Start-Service ssh-agent`