GenericMappingTools / gmtserver-admin

Cache data and script for managing the GMT data server
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Cannot enter the SOEST server #261

Closed Esteban82 closed 2 months ago

Esteban82 commented 2 months ago

I try to enter the server with ssh esteban82@gmtserver.SOEST.Hawaii.edu (as I used to do) and I got this message: Would anyone know what is going on and what should be done? Who is the system administrator?

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ED25519 key sent by the remote host is
SHA256:RVpeIjaH3HOUxhYsRhykBcle3Uyk8bXxyzjgBA0k8m8.
Please contact your system administrator.
Add correct host key in /home/federico/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/federico/.ssh/known_hosts:2
  remove with:
  ssh-keygen -f "/home/federico/.ssh/known_hosts" -R "gmtserver.soest.hawaii.edu"
Host key for gmtserver.soest.hawaii.edu has changed and you have requested strict checking.
Host key verification failed.
seisman commented 2 months ago

Have you tried run this command?

ssh-keygen -f "/home/federico/.ssh/known_hosts" -R "gmtserver.soest.hawaii.edu"
joa-quim commented 2 months ago

Federico, I had that too some time ago. What I did was to follow the instruction. If I had to do something after, that I don't remember.

anbj commented 2 months ago

They’ve changed the ssh keys on the server. It’s probably OK, but worst case it’s a man in the middle attack.

Just update your known_hosts with the command seisman wrote.

Esteban82 commented 2 months ago

Thanks. I will follow your suggestions.

Esteban82 commented 2 months ago

I have now managed to log in. Sorry for the question. I don't have much experience with these things.