How To Fix Offending key in ~/.ssh/known_hosts file
Une vieille clé ssh qui traine et plus moyen de se connecter...
Add correct host key in /home/ramesh/.ssh/known_hosts to get rid of this message.
Offending key in /home/ramesh/.ssh/known_hosts: 6
Permission denied (publickey,password).
=> sed -i '6d' ~/.ssh/known_hosts
permalink -
-
http://www.thegeekstuff.com/2010/04/how-to-fix-offending-key-in-sshknown_hosts-file/