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

Re: SSH port 22 is invisible from the internet!! :(



On Mon, Apr 09, 2007 at 07:48:11PM -0700, Dusty Wilson wrote:

> Sorry if I missed it, but has anyone mentioned netstat?
> 
> sudo netstat -lnp | grep ssh
> 
> That should show if you have any running ssh processes listening on
> your server and which IP addresses/port numbers it is listening on.
> If you haven't already done such a thing, could you let us know the
> output of that command?

$ sudo netstat -lnp | grep ssh
tcp   0   0 0.0.0.0:22   0.0.0.0:*   LISTEN   5276/sshd           
unix  2   [ ACC ]   STREAM   LISTENING   11745   5541/ssh-agent  /tmp/ssh-shbAxL5495/agent.5495
csanyipal@csanyi-pal:~$

-- 
Regards, Paul Csányi



Reply to: