[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSH PKG not restarting
- Subject: Re: [cobalt-users] SSH PKG not restarting
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri May 3 05:38:11 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 02 May 2002, Josh Kuperman wrote:
> On Thu, May 02, 2002 at 06:17:17PM +0200, Jelmer Jellema wrote:
> > Hi Josh
> > > I installed the secure shell package. Since I'm still messing around
> > > with the machine I restart it quite a bit. Every time I restart it, it
> > > remains selected on the easy web base user interface.
chkconfig --list | grep sshd
see if it's turned on for levels 2345
if not run the following command
chkconfig --level 2345 sshd on
now run
ps ax | grep sshd
If its running your done if not running run
/etc/rc.d/init.d/sshd start
--
Gerald Waugh
http://www.frontstreetnetworks.com
Front Street Networks LLC - 203-785-0699
229 Front Street, Ste. #C, New Haven CT, 06513-3203