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.



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:  http://cygwin.com/ml/#unsubscribe-simple



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 Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple