/ Published in: Bash
Expand |
Embed | Plain Text
netstat --inet -a | grep ssh #another version netstat -t -u | grep ssh
You need to login to post a comment.
netstat --inet -a | grep ssh #another version netstat -t -u | grep ssh
You need to login to post a comment.