From 4b6c15619cf1d825ed682f63249612ece0a07f3a Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Sat, 26 Dec 2015 13:28:19 +0000 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 2d7e6f3..87c4148 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -1,3 +1,5 @@ +## Install Win32 OpenSSH + 1. Download [Zip file](https://github.com/PowerShell/Win32-OpenSSH/releases/download/11_09_2015/OpenSSH-Win32.zip) * Extract contents to `C:\Program Files\OpenSSH-Win32` * Start Powershell as Administrator @@ -13,5 +15,9 @@ * Install and run daemon as NT Service running as Local System * `./sshd.exe install` * `net start sshd` - * To uninstall - `net stop sshd` ; `./sshd.exe uninstall` - * Make the service start on boot (PowerShell): `Set-Service sshd -StartupType Automatic` \ No newline at end of file + * Make the service start on boot (PowerShell): `Set-Service sshd -StartupType Automatic` + +## Uninstall Win32 OpenSSH + +`net stop sshd` +`./sshd.exe uninstall`