mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
Adding not about switching the service to automatic startup from the default of manual
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.
|
Loading…
x
Reference in New Issue
Block a user