Skip to content

Tab Completion for ssh hosts

Put the following line in .bash_profile in ~.

complete -W "$(echo `cat ~/.ssh/known_hosts | cut -f 1 -d ' ' | sed -e s/,.*//g | uniq | grep -v "\["`;)" ssh

(via macosxhints.com)

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*