From a58c322de2ce51c87c728fb0e8851558dd45f829 Mon Sep 17 00:00:00 2001 From: Joey Aiello Date: Tue, 20 Oct 2015 11:36:11 -0700 Subject: [PATCH] re-cased New-NetFirewallRule --- 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 451a6c2..ce4a0b6 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 -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH` + * `New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH` * If you need key-based authentication: * Install key-auth package * run setup-ssh-lsa.cmd