Skip to content

Instantly share code, notes, and snippets.

@tgenlschmidt
Created August 6, 2018 21:29
Show Gist options
  • Save tgenlschmidt/21eefa146e2fa4d958a770435a800b20 to your computer and use it in GitHub Desktop.
Save tgenlschmidt/21eefa146e2fa4d958a770435a800b20 to your computer and use it in GitHub Desktop.
Show hosts you can SSH into from ~/.ssh/config
grep -w -i "Host" ~/.ssh/config | sed 's/Host //'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment