I’ve noticed that autocomplete (using tab), for remote paths, no longer works for the scp command.
It’s possible the loss of function happened when I upgraded to Fedora 41 but perhaps that is just correlation rather than causation.
Does anyone know how to restore path autocomplete to scp?
Edit …
If I get a shell with bash --norc --noprofile, then the autocomplete for remote paths works with scp (but autocomplete with other commands, naturally, does not (say for git options)).
If I then run . /usr/share/bash-completion/bash_completion, I get back my autocompletion for commands like git but loose it for scp.