[Bash-completion-devel] Bug#525293: Latest patch for bash-completion/1:1.0-3

Freddy Vulto fvulto at gmail.com
Fri Aug 14 10:39:10 UTC 2009


Hello Paul,

This bug has already been fixed upstream, but not yet released.  You
can apply attached patch to fix the problem.

See also: https://alioth.debian.org/tracker/?func=detail&aid=311595
(tab "Attachments").

To reproduce the problem:

    $ cat > /tmp/config <<"EOF"
    > Host foo
    >     UserKnownHostsFile "/dev/null"
    >     UserKnownHostsFile "/dev/null"
    > EOF
    $ ssh -F/tmp/config <TAB>
    $ ssh -F/tmp/config bash: /dev/null: Permission denied
    ...

After the patch, completion should succeed without any error "Permission
denied":

    $ ssh -F/tmp/config <TAB>
    ...

Regards,

Freddy Vulto
http://fvue.nl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: support_multiple_known_hosts_files.patch
Type: text/x-patch
Size: 1266 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/bash-completion-devel/attachments/20090814/8606f0bc/attachment-0003.bin>


More information about the Bash-completion-devel mailing list