Advertisement
brianatlarge

netstat

Dec 4th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. user@server:/etc/ssh$ netstat -netpula | grep -E ":22"
  2. (Not all processes could be identified, non-owned process info
  3. will not be shown, you would have to be root to see it all.)
  4. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 2561 -
  5. tcp 0 168 192.168.1.10:22 192.168.1.101:32345 ESTABLISHED 0 19425 -
  6. tcp6 0 0 :::22 :::* LISTEN 0 2563 -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement