[CentOS] SSH on port 6010

Fri Nov 17 14:09:26 UTC 2006
Departamento de Informatica <deptoinf at gmail.com>

hi evryone, the command

netstat -patn | grep LISTEN

shows the next line

tcp        0      0 ::1:6010                    :::*
     LISTEN      5195/1

and the command

ps ax|grep 5195

shows

5195 ?        Ss     0:00 sshd: root at pts/1

i was thinking if this is normal when i connect to the server through
ssh, but in another server centos doesn't appear a similar line in the
netstat command

thanks for any explication/orientation