Created
February 18, 2019 11:51
-
-
Save vamdt/f96d1ab9a8917a714ee1dee99c777220 to your computer and use it in GitHub Desktop.
ssh auto complete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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