I copied the new image (new Minepeon for testing) to another sd card and got it running but can't log in using SSH (I can via the GUI and so put in my pool settings and it's working). I'm sure this isn't a big problem but can someone help with this message? (Note - I don't have a monitor, can only log in using SSH. I do still have my other image on another card though - of the older Minepeon).
ssh (my ip) -l minepeon
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
(says key)
Please contact your system administrator.
Add correct host key in /Users/(my name)/.ssh/known_hosts to get rid of this message.
Offending key in /Users/(my name)/.ssh/known_hosts:2
RSA host key for (my ip) has changed and you have requested strict checking.
Host key verification failed.
Thanks,
IAS
It tells you that you have already assigned a RSH key to that address. The new key is different to this and thus the "strict checking" disables the new session.
Go to your known_HOSTS file and delete it
on my mac it looks like this:
192.168.1.1 ssh-rsa AAA......
10.0.0.2 ssh-rsa AAAAB3NzaC1yc.......
10.0.0.3 ssh-rsa AA.......
10.0.0.20 ssh-rsa AAAAB3Nza......