[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: SSH auto restart at boot
- Subject: Re: [cobalt-users] Re: SSH auto restart at boot
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat Sep 28 09:40:01 2002
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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