Skip to content

Instantly share code, notes, and snippets.

@vamdt
Created February 18, 2019 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamdt/f96d1ab9a8917a714ee1dee99c777220 to your computer and use it in GitHub Desktop.
Save vamdt/f96d1ab9a8917a714ee1dee99c777220 to your computer and use it in GitHub Desktop.
ssh auto complete
complete -W "$(echo `cat ~/.ssh/config | grep 'Host '| cut -f 2 -d ' '|uniq`;)" ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment