From e5970e75bdfda34ba08a325a7f2f38c17da573ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 4 Feb 2016 18:53:29 +0100 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 65cb37e..3fc5b3d 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -18,6 +18,12 @@ * `Start-Service sshd` * Make the service start on boot (PowerShell): `Set-Service sshd -StartupType Automatic` +`New-NetFirewallRule` is for servers only. If you're on a workstation try: + +``` +netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol=TCP localport=22 +``` + ## Uninstall Win32 OpenSSH * Start Powershell as Administrator