How To Check Number of SSH and Telnet session
Tags: ssh. linux, telnet
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:
- SSH Remote Access Authentication Tips
- Your Password is Disclose
- Ask Google Engineer a Questions
- Fedora 10 Artwork
- Set a Good Password Policy On SuSE Linux