Saturday, 15 February 2014

bash-completion for scp on a different port -



bash-completion for scp on a different port -

i've installed bash-completion-20060301-1 gives auto completion of remove directories when using scp. problem have many servers utilize ssh via port 26. how can modify completion in order note if -p26 specified in scp command line?

thanks!

this work if add together such servers ssh_config, i.e. ~/.ssh/config.

host weirdbox user maxim hostname 10.9.8.7 port 26

tab completing scp weirdbox: work then.

bash scp bash-completion

No comments:

Post a Comment