Description of problem: Autocompletion of remote directories is broken. When one hits tab to autocomplete, the (optional username) and hostname are deleted. At that point autocompletion completely fails as now it thinks its a local directory. Version-Release number of selected component (if applicable): $ rpm -q bash-completion bash-completion-20060301-10.noarch How reproducible: Always Steps to Reproduce: 1. Ensure ssh keys are exchanged between local and remote machines 2. Ensure there is path/to/file.txt in user's home directory on remote. 3. On local machine try $ scp user.com:path/to/file<tab> Actual results: completion changes line to: $ scp path/to/file Expected results: completion changes line to (asuming file.txt is unique enough): $ scp user.com:path/to/file.txt Additional Info: bash-completion does the right thing on my F8 machines, but not in F9.
gvfs is known to break it. *** This bug has been marked as a duplicate of 444466 ***