Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ssh-keygen -R <IP Address>
  2.  
  3. ssh-keyscan -t rsa <ip address>
  4.  
  5. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  6. @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  7. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  8. IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  9. Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  10. It is also possible that a host key has just been changed.
  11. The fingerprint for the ECDSA key sent by the remote host is
  12. SHA256:XhaMCe+SnuMLGKvCw3tD/kSnYKhvka7e+I0SovLejQ4.
  13. Please contact your system administrator.
  14. Add correct host key in /var/root/.ssh/known_hosts to get rid of this message.
  15. Offending ECDSA key in /var/root/.ssh/known_hosts:2
  16. ECDSA host key for 46.43.1.145 has changed and you have requested strict checking.
  17. Host key verification failed.
  18. lost connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement