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

Re: [cobalt-users] Portsentry blocking port 22



> > 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.