From 9753fe6fcd4d2b922c1d1da228bbd0db82c05fb8 Mon Sep 17 00:00:00 2001 From: Joakim Westin Date: Wed, 13 Jan 2016 16:19:12 +0100 Subject: [PATCH] Fixed formatting (again) and wrong switch (/k instead of /c) --- Install-Win32-OpenSSH.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index dc85665..65cb37e 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -9,8 +9,9 @@ * Open Firewall * `New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH` * If you need key-based authentication, run the following to setup the key-auth package - * `cmd /k setup-ssh-lsa.cmd` - * `Restart-Computer` + + * `cmd /c setup-ssh-lsa.cmd` + * `Restart-Computer` * Install and run daemon as NT Service running as Local System * `.\sshd.exe install`