From 683a0ec1070039be235d1094f23a1f450388b791 Mon Sep 17 00:00:00 2001 From: David Wimsey Date: Fri, 4 Dec 2015 11:03:29 -0500 Subject: [PATCH] Adding not about switching the service to automatic startup from the default of manual --- Deploy-Win32-OpenSSH.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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