RE: Start sshd service manually instead of automatically

2012-04-04 Thread Matt Seitz (matseitz)
> From: Corinna Vinschen > > Use the Services MMC-SnapIn, or use the sc command in an elevated shell: > > $ sc config sshd start= demand Thanks, will do.

Re: Start sshd service manually instead of automatically

2012-04-03 Thread Corinna Vinschen
On Apr 3 11:31, Matt Seitz (matseitz) wrote: > What is the best way to change the "sshd" service to Manual start if it > is already installed using Automatic start? Use the Services MMC-SnapIn, or use the sc command in an elevated shell: $ sc config sshd start= demand Corinna -- Corinna Vi

Start sshd service manually instead of automatically

2012-04-03 Thread Matt Seitz (matseitz)
What is the best way to change the "sshd" service to Manual start if it is already installed using Automatic start? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: htt