One of the encountered problem in SSH
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
b4:73:67:a5:fe:38:be:49:94:a0:82:d5:45:18:7f:dc.
Please contact your system administrator.
Add correct host key in /Users/swobo04/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/swobo04/.ssh/known_hosts:2
RSA host key for 10.0.1.24 has changed and you have requested strict checking.
Host key verification failed.
How to solve ?
ssh-keygen -R 192.168.x.xxx
The ip address replace with the problematic device ip which you trying to access.
Discover more from TechWorked
Subscribe to get the latest posts sent to your email.