From 0fcc8036e4a9fa8580b211c51dee27a6eaf25384 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Wed, 24 Jan 2018 12:55:42 -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 94313f8..c5f1b9d 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -3,7 +3,7 @@ 1. Note [these considerations](https://github.com/PowerShell/Win32-OpenSSH/wiki/Various-Considerations) and [project scope](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Scope) first. 1. Download the [latest](https://github.com/PowerShell/Win32-OpenSSH/releases/latest/) build of OpenSSH. 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` (Make sure binary location has the write permissions to SYSTEM, Administrator groups and "Read,execute" permissions to "User" account.) +1. Extract contents of the latest build to `C:\Program Files\OpenSSH` (Make sure binary location has the write permissions to SYSTEM, Administrator groups and "Read,execute" permissions to "User" account) 1. In an elevated Powershell console, run the following * `powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1` 1. Open the firewall for sshd.exe to allow inbound SSH connections