Re: Workpad Z50 install issue

[email protected] (Christos Zoulas) Sat, 4 Apr 2015 14:08:02 +0000 (UTC)
Newsgroups gmane.os.netbsd.ports.hpcmips
Message-ID <[email protected]>
In article <CADwjxuQfwi4Yp0OLCmYDKLhSHb6iNYFy2nswsgyY5HjhQ8QY3Q@mail.gmail.com>,
Larry Stotler  <[email protected]> wrote:
>I can't seem to get ssh to work.  When I try to login I get the
>connection refused.  When I run "sshd status" "ssh start" or "ssh
>stop" I don't get any response......
>
>Any ideas?

ps -ax | grep sshd
echo sshd=YES >> /etc/rc.conf
env - /etc/rc.d/sshd start

christos