From 050f016fa50a7df03b5a05b6516335da7ce34ca4 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 13 Jun 2017 12:20: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 fe72eb7..d4885e6 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -17,7 +17,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` * Generate SSH host keys * `.\ssh-keygen.exe -A` - * `.\FixHostFilePermissions.ps1 -Quiet` + * `.\FixHostFilePermissions.ps1 -Confirm:$false` * Secure SSH host keys (optional) * `Start-Service ssh-agent` * Download psexec from [here](https://technet.microsoft.com/en-us/sysinternals/pstools)