diff --git a/Deploy-Win32-OpenSSH.md b/Deploy-Win32-OpenSSH.md index c33a4ec..21523f9 100644 --- a/Deploy-Win32-OpenSSH.md +++ b/Deploy-Win32-OpenSSH.md @@ -12,4 +12,5 @@ * 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` \ No newline at end of file + * To uninstall - `net stop sshd` ; `sshd.exe uninstall` + * If you want the service to run on every reboot, you must set the service to start automatically in Service Control Manager. `sshd.exe install` sets the service to manual start, not automatic startup. \ No newline at end of file