0
Here is my scenario:
I want to transfer ~/foo.txt to a server aoneill@bar.
I start typing in my command line:
aoneill@aoneill-Laptop:~$ scp fo
At this point I hit <tab> to complete the file name, and my terminal just freezes up. It won't change based on any keystroke, and the cursor is just stuck right next to the fo, unless I <ctrl-C> out.
I am running Ubuntu 13.10, and I do include . /etc/bash_completion in my .bashrc.
This is the only program I really encounter this issue with, and it doesnt seem to be a common problem.
Thanks for the help!
I think we need more info to figure this out. Does this happen with every file and every folder? It only happens with
scp? Do you have any customizations in~/.bashrc? What configuration do you have to look up hostnames, is it DNS? – Kevin Panko – 2014-02-11T19:59:07.753