[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: SSH



I've gone in via telnet and done an ls and viewed it externally (with ftp to
the box) and it isn't there. It doesn't show up in the process list either.
Which port should it use?

David


> On Sunday 31 March 2002 06:07 am, dhbolton wrote:
> > My SSH problem seems to be that sshd is not running and is not in
> > /etc/rc.d/init.d
> >
> > Is this installed as part of Linux or as an addon?
> >
>
> It should be there
> ls /etc/rc.d/init.d/sshd
> chkconfig --list | grep sshd
> shows which run levels sshd is on
>
> Make sure that tcp wrappers in not blcoking it
> /etc/hosts/deny
> And ipchains is letting it through
> --