Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. (python)pmitros@lm2:~/distributed-classroom$ ssh pmitros@machine.org
  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 RSA key sent by the remote host is
  9. e3:7b:76:92:f5:ca:52:17:39:94:a4:0a:ba:b0:ef:23.
  10. Please contact your system administrator.
  11. Add correct host key in /home/pmitros/.ssh/known_hosts to get rid of this message.
  12. Offending ECDSA key in /home/pmitros/.ssh/known_hosts:18
  13. remove with: ssh-keygen -f "/home/pmitros/.ssh/known_hosts" -R machine.org
  14. RSA host key for machine.org has changed and you have requested strict checking.
  15. Host key verification failed.
  16. (python)pmitros@lm2:~/distributed-classroom$ ssh-keygen -f "/home/pmitros/.ssh/known_hosts" -R machine.org
  17. /home/pmitros/.ssh/known_hosts updated.
  18. Original contents retained as /home/pmitros/.ssh/known_hosts.old
  19. (python)pmitros@lm2:~/distributed-classroom$ ssh pmitros@machine.org
  20. The authenticity of host 'machine.org (18.999.999.999)' can't be established.
  21. RSA key fingerprint is e3:7b:76:92:f5:ca:52:17:39:94:a4:0a:ba:b0:ef:23.
  22. Are you sure you want to continue connecting (yes/no)? yes
  23. Warning: Permanently added 'machine.org' (RSA) to the list of known hosts.
  24. Warning: the RSA host key for 'machine.org' differs from the key for the IP address '18.999.999.999'
  25. Offending key for IP in /home/pmitros/.ssh/known_hosts:34
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement