madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

_known_hosts completion offers `Name' of `HostName' as completion #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add following configuration to ~/.ssh/config

   Host foo
       HostName bar

2. $ ssh <TAB>

What is the expected output?

$ ssh
foo  ...(more known hosts)

What do you see instead?

$ ssh
foo  Name  ...(more known hosts)

Original issue reported on code.google.com by fvu...@gmail.com on 12 Oct 2008 at 10:35

GoogleCodeExporter commented 8 years ago
Fixed in r70.  Used sed `HostName' expression from 
bash_completion-20060301-4ubuntu1.

To run automated tests:

    $ ./runCompletionLib scp.exp --debug

Original comment by fvu...@gmail.com on 12 Oct 2008 at 11:54