Add correct host key in /home/user/.ssh/known_hosts to get rid of this message. Offending key in /home/user/.ssh/known_hosts: 11 Permission denied (publickey,password). here is the solution: sed -i '11d' /home/user/.ssh/known_hosts
Add correct host key in /home/user/.ssh/known_hosts to get rid of this message. Offending key in /home/user/.ssh/known_hosts: 11 Permission denied (publickey,password). here is the solution: sed -i '11d' /home/user/.ssh/known_hosts