[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] open SSH ?
- Subject: Re: [cobalt-users] open SSH ?
- From: Henning Weier <hweier@xxxxxxxxxx>
- Date: Tue Jul 9 13:37:05 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Am Die, 2002-07-09 um 21.45 schrieb Brian Quinn:
> I installed the openSSH package from pkgmaster.com for my Cobalt, but can't
> figure out how to get it running, i don't see anything in the Cobalt Admin
> about it except under the installed Packages.
Have you tried (perhaps after a reboot) to login via SSH? There is no
checkbox in the admin GUI, so it should already run.
If you use a linux box try "ssh user@xxxxxxxxxxxxxx", where "user"
should have a shell account. On a windows box, you could use "Putty" for
example (freeware).
If that doesn't work:
Do you have telnet access? If so, you could try to su to root and run:
"/etc/rc.d/init.d/sshd status"
It should tell you something like "sshd [...] is running..."
If not, try "/etc/rc.d/init.d/sshd start". That should leave you with a
running ssh daemon or tell you something about the errors.
Does this help? I'm not sure...
Henning