Bug#535585: [Bash-completion-devel] Bug#535585: ssh: only sees foo in 'Host foo bar baz' in .ssh/config

2009-07-07 Thread Freddy Vulto
On Fri, Jul 3, 2009 at 3:11 PM, Trent W. Bucktrentb...@gmail.com wrote: you can have multiple patterns    Host foo.example.net bar.example.net      Port 443 AFAICT bash-completion only sees the first one.  I'd like it to complete all of them.  Bonus points will be awarded if you can work

Bug#535585: ssh: only sees foo in 'Host foo bar baz' in .ssh/config

2009-07-03 Thread Trent W. Buck
Package: bash-completion Version: 1:1.0-3 Severity: minor It seems that ssh ba[TAB] will try to complete ba as a hostname, using ~/.ssh/config as one source of names. The file ~/.ssh/config is described by the ssh_config(5) manpage, and in addition to the simple Host pattern, e.g. Host