Due to a system upgrade the SSH host keys have changed for gitlab.opengeosys.org.
You will get the following (or similar) error message when git fetching or cloning (when using the ssh-protocoll only):
$ git fetch origin
Fetching origin
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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.
...
Don’t panic, we changed the SSH host keys indeed.
How to solve
Accept the new host keys (fingerprints below). Easiest way to do:
ssh-keygen -R gitlab.opengeosys.org # deletes the old host key
git fetch
# Check with below fingerprints and accept new host key by typing "yes"
Here are the host key fingerprints:
- dsa:
SHA256:WUbfWUvDr6afYMTTOaKRT6rl3LcMaGnWt/2oA2z2OwE
- ecdsa:
SHA256:p0xKPYmcGun2TMgmaQ+F+XeTJdNmArC/S3EuHlwZ78k
- ed25519:
SHA256:lP1Au3UEHjWKuZxitYfxuFuim3qR8CE0A/l9m+/nqJk
- rsa:
SHA256:Tbv+Ho+0/B1X4z/ZAJ+QEOoJ/qBUtSjsYRpiZEnjRms
We are sorry for any inconvenience caused!