Our build team just spun up two RHEL 9.6 VM. The ECDSA fingerprint always resolves to the same value when I ssh into other servers. I've never seen this before. What could be causing it?
$ ssh -V
OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024
$ ssh -q bboptappgs402b
The authenticity of host 'bboptappgs402b (10.143.170.85)' can't be established.
ECDSA key fingerprint is SHA256:<redacted>
This host key is known by the following other names/addresses:
~/.ssh/known_hosts:1: bbopcdspgs402a
~/.ssh/known_hosts:3: bbopcdspgs402b
~/.ssh/known_hosts:4: bboptappgs402a
Are you sure you want to continue connecting (yes/no/[fingerprint])? no
When ssh'ing one of the new servers from an existing server, I get a similar error.
$ ssh BBOPITCPGS402A
The authenticity of host 'bbopitcpgs402a (10.143.170.87)' can't be established.
ECDSA key fingerprint is SHA256:HuTbFO0Xk+ciBO9af6FGv1DhUw6UpH1OjtXip3Y8gUk.
This host key is known by the following other names/addresses:
~/.ssh/known_hosts:1: bbopcdspgs402a
~/.ssh/known_hosts:2: bbopcdspgs402b
~/.ssh/known_hosts:3: bboptappgs402a
~/.ssh/known_hosts:4: bboptappgs402b
Are you sure you want to continue connecting (yes/no/[fingerprint])? no
Host key verification failed.