Advertisement
Guest User

Untitled

a guest
Feb 12th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. theunholy@ubuntu:~$ sudo ssh localhost
  2. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  3. @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  4. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  5. IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  6. Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  7. It is also possible that a host key has just been changed.
  8. The fingerprint for the ECDSA key sent by the remote host is
  9. 3d:c6:13:19:8b:2e:de:9e:3b:cf:47:6b:f6:c6:f1:dc.
  10. Please contact your system administrator.
  11. Add correct host key in /root/.ssh/known_hosts to get rid of this message.
  12. Offending ECDSA key in /root/.ssh/known_hosts:1
  13. remove with: ssh-keygen -f "/root/.ssh/known_hosts" -R localhost
  14. ECDSA host key for localhost has changed and you have requested strict checking.
  15. Host key verification failed.
  16. theunholy@ubuntu:~$ sudo rm /root/.ssh/known_hosts && rm ~/.ssh/known_hosts
  17. theunholy@ubuntu:~$ sudo ssh localhost
  18. The authenticity of host 'localhost (127.0.0.1)' can't be established.
  19. ECDSA key fingerprint is 3d:c6:13:19:8b:2e:de:9e:3b:cf:47:6b:f6:c6:f1:dc.
  20. Are you sure you want to continue connecting (yes/no)? yes
  21. Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
  22. root@localhost's password:
  23. Permission denied, please try again.
  24. root@localhost's password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement