From c5593946397835ba969f7fd508bf499c907d769f Mon Sep 17 00:00:00 2001 From: bagajjal Date: Mon, 16 Oct 2017 17:20:33 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index a759cb9..5df418f 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -36,14 +36,14 @@ To figure out if this is the case, look for TCP port bindings on port 22 and the * `Set-Service sshd -StartupType Automatic` * `Set-Service ssh-agent -StartupType Automatic` 1. Configuring the default ssh shell (optional) -Configure the default ssh shell in the windows registry + +Configure the default ssh shell in the windows registry. It should look like [this](https://user-images.githubusercontent.com/23668037/31640389-f133818a-b292-11e7-8522-c2bb744eb67c.png). `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShell` - **Full path of the shell executable.** `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShellCommandOption` - **option to execute non-interactive commmands.** _If you are configuring the powershell.exe/cmd.exe/bash.exe as default ssh shell then you can ignore `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\OpenSSH\DefaultShellCommandOption`._ -It should look like [this](https://user-images.githubusercontent.com/23668037/31640389-f133818a-b292-11e7-8522-c2bb744eb67c.png). Note: `New-NetFirewallRule` is for servers only. If you're on a client desktop machine (like Windows 10) try: