[Bash-completion-devel] [bash-completion-Bugs][312691] ArchLinux and ssh config

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Thu Sep 2 19:46:00 UTC 2010


Bugs item #312691, was changed at 2010-09-02 13:50 by Freddy Vulto
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312691&group_id=100114

Status: Open
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: ArchLinux and ssh config 
Distribution: None
Originally reported in: None
Milestone: 1.2
Status: None
Original bug number: 


Initial Comment:
Hello, my friend and I we have a problem with ssh and bash-completion. Both are using ArchLinux (updated) and bash-completion 1.2

We use ".ssh/config" with a lot of hosts, like this:
host domain-fw
    hostname domain.com.br
    user felipeng

If we typed 'ssh domain-fw' the connection are established, but if we typed 'ssh domai(TAB-TAB)'
the prompt just stop to respond and only with a 'Ctrl+c' to get back to work.


----------------------------------------------------------------------

>Comment By: Freddy Vulto (fvu-guest)
Date: 2010-09-02 21:45

Message:
I cannot reproduce the problem on my machine.  I've put this in ~/.ssh/config:

    Host domain-fw
            HostName 127.0.0.1

And completing `ssh domai<TAB>' goes just fine on bash-4.1 and bash-3.2.  What version of bash are you using?  Can you do a `set -x' before doing the completion and see at which command bash-completion stops?

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312691&group_id=100114



More information about the Bash-completion-devel mailing list