From 1546fcb469b67ce22dbdad60ba0a1018292edc2d Mon Sep 17 00:00:00 2001 From: manojampalam Date: Sun, 15 May 2016 13:34:06 -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 56fc3d1..e481309 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -10,7 +10,7 @@ * `New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH` * If you need key-based authentication, run the following to setup the key-auth package - * `powershell.exe .\install-sshlsa.ps1` + * `powershell.exe .\install-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189)) * `Restart-Computer` * Install and run daemon as NT Service running as Local System @@ -31,5 +31,5 @@ netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol * `Stop-Service sshd` * Uninstall * `powershell.exe .\uninstall-sshd.ps1` - * `powershell .\uninstall-sshlsa.ps1` + * `powershell .\uninstall-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189)) * Reboot if you need to install a newer version of Win32-OpenSSH