ssh and netstat update
2007-12-25 2:00:00
bash-2.03# netstat -an | egrep "TCP: IPv|\.22 " | grep -v EST
TCP: IPv4
*.22 *.* 0 0 24576 0 LISTEN
*.22 *.* 0 0 24576 0 LISTEN
TCP: IPv6
*.22 *.* 0 0 24576 0 LISTEN
bash-2.03#
Its like its getting started twice?
Rob
-----Original Message-----
From: rmck <rmckeever at earthlink.net>
Sent: Sep 17, 2003 12:20 PM
To: codeprof at codeprof.com
Subject: ssh and netstat
Hello,
I'm in the proccess of upgrading to openssh 371 from 351 on solaris 8/9. I'm starting to notice when I do a netstat -an
I see port 22 listing twice?
*.22 *.* 0 0 24576 0 LISTEN
*.22 *.* 0 0 24576 0 LISTEN
Any Ideas?
Rob
_______________________________________________
codeprof mailing list
codeprof at codeprof.com
http://www.codeprof.com/execute/ask/?codeinfoid=25648
Comments
Got something to say?
You must be logged in to post a comment.

