From 80f05b4f459a44db4bc45390a099bfada08979dd Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Mon, 31 Jul 2017 11:22:20 -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 d4885e6..3aff058 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -38,7 +38,7 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the Note: `New-NetFirewallRule` is for servers only. If you're on a client desktop machine (like Windows 10) try: ``` -netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol=TCP localport=22 +netsh advfirewall firewall add rule name=SSHPort dir=in action=allow protocol=TCP localport=22 ``` ## Uninstall Win32 OpenSSH