From c88fa553cd40e169c4313079fd9753a73c8d5d69 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Tue, 20 Mar 2018 16:42:00 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 3486e9a..51b06c2 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -40,7 +40,7 @@ On the server side, configure the default ssh shell in the windows registry. * `New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force` - * `New-ItemProperty -Path $registryPath -Name DefaultShellCommandOption -Value "/c" -PropertyType String -Force` + * `New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShellCommandOption -Value "/c" -PropertyType String -Force` ***