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`