[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSH
Brett <brettnewman@xxxxxxxxx> wrote:
> I installed SSH following the KB but can not connect, does anyone know how
> to make a successful install on a RaQ3 machine.
> The directions I followed are here:
>
http://www.cobalt.com/support/kb/search.php3?ques=ssh&qid=534&language=1
I don't think I followed those instructions, but the (s)ecure (sh)ell
(d)aemon may not be running.
"ps aux | grep sshd" to see if it's running.
Mine are at /usr/sbin/sshd so if yours is at the same location and it's
not in the list that's probably the problem.
If you don't know where it is do "updatedb &", wait a few minutes for
the job to finish and then do "locate sshd" to find the file's location.
"man sshd" to figure out how to start it in case you need to enable any
of the options.
Steven Werby {steven-lists@xxxxxxxxxxxx}