[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: SSH auto restart at boot



On Saturday 28 September 2002 12:22 pm, Tom Beme wrote:
> Sorry, wasn't clear enough in my request.
>
> Here's the scenario: SSH is running on my RaQ XTR, I reboot, and can no
> longer log in via SSH.  I have to go to the GUI, disable Secure Shell,
> click Save, then enable Secure Shell, click Save, and now I CAN log in via
> SSH.
>
> It seems sshd is not starting at bootup, so I'm assuming there is an
> startup script I can edit to automatically start sshd when the unit is
> rebooted.
>
> That's the information I'm looking for, used to have it, should have filed

Did you execute (as root) [ su - to root ]
and execute chkconfig --list | grep sshd

[root /]# chkconfig --list | grep sshd
sshd            0:off   1:off   2:on    3:on    4:on    5:on    6:off

Notice that 2:on    3:on    4:on    5:on 

If they are off then execute
chkconfig sshd on

Then look again by executing chkconfig --list | grep sshd

-- 
Gerald Waugh 
http://frontstreetnetworks.com         http://raqware.com
Front Street Networks LLC   Phone: +1 203 785 0699
229 Front Street, Ste. C, New Haven CT 06513-3203