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