WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED





There is a wrong line (line number 1)  in /home/user/.ssh/known_hosts file. Please remove that line from 
/home/user/.ssh/known_hosts file.
then try ssh again you can use "vim known_hosts " text editor to edit that file like

#vim /home/user/.ssh/known_hosts    
then type ":1" to goto line 1 and 
type "d" to delete that line. then save and close that file by typing ":wq"

Comments

Popular posts from this blog

AttributeError: Got AttributeError when attempting to get a value for field `abc` on serializer `PfleSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `QuerySet` instance. Original exception text was: 'QuerySet' object has no attribute 'abc'.

ImportError: No module named regex