PDA

View Full Version : problem with bash auto completion / Knoppix 5.1.1 - SOLVED



posmanet
02-19-2007, 12:30 PM
Hello Knoppix-Fans!

I found out that my bash auto completion didn't work like it used to in older versions of Knoppix. On my CD-HD-installation it won't complete hostnames anymore when trying to ssh somewhere.

The problem lies in ssh - the hostnames in ~/.ssh/known_hosts are not in plaintext anymore, they are hased.

Solution: As root, edit the:
/etc/ssh/ssh_config
and there set:
HashKnownHosts no
Finally, empty Your user's
~/.ssh/known_hosts
file, and You're done. :D

Good luck!