From 9e86a6e1475e9b1c8f42ecb044357e0211296856 Mon Sep 17 00:00:00 2001 From: Joakim Westin Date: Wed, 13 Jan 2016 16:09:15 +0100 Subject: [PATCH] Changed instructions to make clear that the setup-ssh-lsa.cmd must be run via cmd.exe, not PowerShell. --- Install-Win32-OpenSSH.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index a136fca..4722e92 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -10,8 +10,10 @@ * `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 - * reboot + + * cmd /k setup-ssh-lsa.cmd + * Restart-Computer + * Install and run daemon as NT Service running as Local System * `.\sshd.exe install` * `Start-Service sshd`