diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 8c571d8..13795da 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -37,7 +37,5 @@ netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol ## Uninstall Win32 OpenSSH * Start Powershell as Administrator -* Stop the service - * `Stop-Service sshd` * Uninstall * `powershell.exe -executionpolicy bypass -file uninstall-sshd.ps1`