How To Check Number of SSH and Telnet session
Wednesday, June 11th, 2008
How to check number of Telnet/SSH session:
Telnet
netstat | grep telnet -c
netstat -n | grep :23 -c
SSH
netstat |grep ssh -c
netstat -n | grep :22 -c
Possibly Related Posts:
RSS Feed Submissions
Geo Positions
Interesting about Google Suggest
Setup a Linux Highly Availability NFS servers
How to find empty folders on Linux
