RE: [newbie] re: SSHD

2005-03-15 Thread Mrexecutive
Hello Duncan,

I tried doing:

chkconfig --add sshd

but its telling me No such file or directory any idea what im  doing wrong?
I am logged in as su also :(



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Duncan Anderson
Sent: Tuesday, March 15, 2005 1:54 AM
To: newbie@linux-mandrake.com
Subject: Re: [newbie] re: SSHD

Mrexecutive wrote:

 Hello Guys,

  

 I installed SSHD but forgot how to start it or can someone show me how 
 to put it in the autoexec file for linux so it does it upon start up?

  

 Sorry im a newbie!

  

  

  

  

  

Go into the Mandrake Control Centre (Configure Your Computer) and go 
into the System section, then go into Services - Look for sshd and 
enable it.

Otherwise, from a root command prompt, type



cheers
Duncan






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] re: SSHD

2005-03-15 Thread Duncan Anderson
Mrexecutive wrote:
Hello Duncan,
I tried doing:
chkconfig --add sshd
but its telling me No such file or directory any idea what im  doing wrong?
I am logged in as su also :(
 

Hi
Try specifying the full path:
/sbin/chkconfig -- add sshd
or else, when you use su, do it like this:
su -
The minus sign means that it will set up root's environment correctly,
so that /sbin and /usr/sbin are in the path.
cheers
Duncan



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] re: SSHD

2005-03-14 Thread Duncan Anderson
Mrexecutive wrote:
Hello Guys,
 

I installed SSHD but forgot how to start it or can someone show me how 
to put it in the autoexec file for linux so it does it upon start up?

 

Sorry im a newbie!
 

 

 

 

 

Go into the Mandrake Control Centre (Configure Your Computer) and go 
into the System section, then go into Services - Look for sshd and 
enable it.

Otherwise, from a root command prompt, type
chkconfig --add sshd
cheers
Duncan


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com