From 720e35ec77868218b04ef00cd7d6480b6ed10d61 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Wed, 1 Nov 2017 11:28:59 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index f407ad3..773cf05 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -42,9 +42,11 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the 1. Setup `sshd` and `ssh-agent` to auto-start (optional) * `Set-Service sshd -StartupType Automatic` * `Set-Service ssh-agent -StartupType Automatic` +1. Start the `sshd` and `ssh-agent` + * `net start sshd` 1. Configuring the default ssh shell (optional) -Configure the default ssh shell in the windows registry. +On the server side, configure the default ssh shell in the windows registry. `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell` - Full path (case sensitive) of the shell executable