Skip to content

Auto-magically add completion on your ssh command

Notifications You must be signed in to change notification settings

tejerka/ssh-completion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ssh-completion

Auto-magically add completion on your ssh command

Installation

Clone ssh-completion repository

$ git clone [email protected]:ReputationVIP/ssh-completion.git

Source .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 ~/.bahsrc

Documentation

ssh-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.

External

Requirements

  • ssh.
  • bash.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Author

Nicolas Couet See also the list of contributors which participated in this project.

About

Auto-magically add completion on your ssh command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published