How To Check Number of SSH and Telnet session
Posted by Planet Malaysia on June 11, 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
Simple right? Hope this will be helpful to everyone.
Possibly Related Posts:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- Top 10 Free Anti Virus
- How to Install Webmin on OpenFiler
- Microsoft SQL 2008 Agent not starts
- VMware Workstation 7 Serial Key
Comments
Leave a Reply