Hacker News new | ask | show | jobs
by mustpax 5263 days ago
I usually set up my SSH autocompletes to read from known_hosts. The problem is that on some systems, like say Debian, the hostnames are hashed for security reasons. So you have to add the following line to your .ssh/config to get the hostnames back into a readable form.

    HashKnownHosts no