From 257aa817384fed26bb6201147b071d2d6764f157 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Thu, 15 Oct 2015 10:42:39 -0700 Subject: [PATCH] Updated Deploy Win32 OpenSSH (markdown) --- Deploy-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy-Win32-OpenSSH.md b/Deploy-Win32-OpenSSH.md index 174639c..9f6331d 100644 --- a/Deploy-Win32-OpenSSH.md +++ b/Deploy-Win32-OpenSSH.md @@ -7,7 +7,7 @@ * ssh-keygen.exe -t ed25519 -f ssh_host_ed25519_key * Open Firewall * start PowerShell - * new-netfirewallrule -Name SSH -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH + * new-netfirewallrule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH * Install key-auth package if you need key-based authentication * run setup-ssh-lsa.cmd * reboot