From ff1b95cc57bc02f0448d0f7cd995901c6f1d83f9 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 28 Nov 2017 09:48:31 -0800 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 773cf05..58ad4fe 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -18,7 +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` - * `.\FixHostFilePermissions.ps1 -Confirm:$false` + * `powershell -ExecutionPolicy Bypass '.\FixHostFilePermissions.ps1 -Confirm:$false'` 1. Secure SSH host keys (optional) * `Start-Service ssh-agent` * Download psexec from [here](https://technet.microsoft.com/en-us/sysinternals/pstools)