[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Portsentry blocking port 22
- Subject: Re: [cobalt-users] Portsentry blocking port 22
- From: Tim Dunn <tdunn@xxxxxxxxxxxxxxxxxxx>
- Date: Mon Jun 24 11:41:46 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> > telnet in and check that the sshd process is running:
> > ps ax |grep sshd
> > I suspect this is where the problem will be.
>
> I typed this and first time it did nothing. second time it said:
>
> 11651 ? S 0:00 grep sshd
That's just ps finding the 'grep ps' from your command line.
To omit it, use []'s:
ps -ax | grep [s]shd
The fact that it isn't running is more of a problem, however.
tim
--
Mechanical Engineers build weapons. Civil Engineers build targets.