Auto-magically add completion on your ssh command
Clone ssh-completion repository
$ git clone git@github.com:ReputationVIP/ssh-completion.gitSource .ssh_completion dot file in your .bashrc
if [ -f /path/to/repository/.ssh_completion ]; then
source /path/to/repository/.ssh_completion
fi
Optional add base config file in /path/to/repository/.ssh_config_shared_files
Source your .bashrc and let the magic begin
$ source ~/.bahsrcssh-completion add aliases in your bash environement.
It provide host completion extract from config-generate file.
It can concat your ~/.ssh/config file with others online config file in a config-generate file use by ssh command.
- ssh.
- bash.
Bugs and feature request are tracked on GitHub
Nicolas Couet See also the list of contributors which participated in this project.