sshd attempting to start twice?

Giorgos Keramidas keramida at ceid.upatras.gr
Mon Feb 26 19:57:13 UTC 2007


On 2007-02-26 13:06, Derek Ragona <derek at computinginnovations.com> wrote:
> The errors you are getting is indicative that sshd is already running.
> Try doing:
>
> ps -ax|grep named

You mean "grep sshd" right? :)

A slightly more complex command, which gives nicer output is:

    $ ps xau -p $(echo $(pgrep 'ssh') | sed -e 's/ /,/g')

Replace 'ssh' with any other string, and enjoy :)



More information about the freebsd-questions mailing list