Skip to content

Instantly share code, notes, and snippets.

@saxenap
Created May 2, 2018 21:57
Show Gist options
  • Save saxenap/78fa312e7044dcf2457c32da964e48d2 to your computer and use it in GitHub Desktop.
Save saxenap/78fa312e7044dcf2457c32da964e48d2 to your computer and use it in GitHub Desktop.
#!/bin/bash
ss -ant | grep -e "ESTAB" | grep ":22" | tr -s ' ' | cut -d' ' -f5 | cut -d':' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment