From bffc608fe86af23aa5689b1d825871f789bfb440 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 5 Apr 2016 22:57:37 -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 50e4282..56fc3d1 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -14,7 +14,7 @@ * `Restart-Computer` * Install and run daemon as NT Service running as Local System - * `.\sshd.exe install` + * `powershell.exe .\install-sshd.ps1` * `Start-Service sshd` * Make the service start on boot (PowerShell): `Set-Service sshd -StartupType Automatic` @@ -30,6 +30,6 @@ netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol * Stop the service * `Stop-Service sshd` * Uninstall - * `.\sshd.exe uninstall` + * `powershell.exe .\uninstall-sshd.ps1` * `powershell .\uninstall-sshlsa.ps1` * Reboot if you need to install a newer version of Win32-OpenSSH