When I want to access remote files over sftp in Emacs using TRAMP, I would like Emacs to offer me completions from the hostnames in my ssh config. How can I do this?
For example, if I have two hosts in my ssh config, "alpha" and "bravo", when I type /sftp:a
at the find-file prompt, it should complete "alpha".