Adding not about switching the service to automatic startup from the default of manual

David Wimsey 2015-12-04 11:03:29 -05:00
parent aaead212d4
commit 683a0ec107

@ -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`
* 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.