From 1fb2d064f9a6629612449f8f42bf2c5c07d525fa Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 19 Jan 2018 19:42:19 -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 8bf2b31..29ce9b7 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -5,7 +5,7 @@ To get links to latest downloads [this wiki page](https://github.com/PowerShell/Win32-OpenSSH/wiki/How-to-retrieve-links-to-latest-packages). 1. Extract contents of the latest build to `C:\Program Files\OpenSSH` 1. In an elevated Powershell console, run the following - * `powershell.exe -ExecutionPolicy Bypass -File uninstall-sshd.ps1` + * `powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1` 1. Open the firewall for sshd.exe to allow inbound SSH connections * `New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server (sshd)' -Service sshd -Enabled True -Direction Inbound -Protocol TCP -Action Allow`