From b5ba081da72ccb1e9ba70af9bb8e52072e080df5 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 13 Oct 2015 23:07:02 -0700 Subject: [PATCH] Updated Deploy Win32 OpenSSH (markdown) --- Deploy-Win32-OpenSSH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Deploy-Win32-OpenSSH.md b/Deploy-Win32-OpenSSH.md index 222f752..f97beb0 100644 --- a/Deploy-Win32-OpenSSH.md +++ b/Deploy-Win32-OpenSSH.md @@ -5,6 +5,8 @@ * ssh-keygen.exe -t dsa -f ssh_host_dsa_key * ssh-keygen.exe -t ecdsa -f ssh_host_ecdsa_key * ssh-keygen.exe -t ed25519 -f ssh_host_ed25519_key +* Open Firewall + * netsh advfirewall firewall add rule name="ssh" dir=in action=allow protocol=TCP localport=22 * Install key-auth package if you need key-based authentication * run setup-ssh-lsa.cmd * reboot