Autocomplete server names for SSH and SCP for Git Bash For ssh 1. Make a file with name ssh as following content: _ssh() { local cur prev opts COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}"