Hello everyone,
When I try to connect to a virtual machine in the cluster (in another node) I get the following error:
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
SHA256: OwHlEt2LK1unS3Q4xUWiEPBElEg87a8Rc7 / vtps6UkI.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending RSA key in / etc / ssh / ssh_known_hosts: 4
remove with:
ssh-keygen -f "/ etc / ssh / ssh_known_hosts" -R 172.26.0.110
RSA host key for 172.26.0.110 has changed and you have requested strict checking.
Host key verification failed.
TASK ERROR: Failed to run vncproxy.
I have tried to solve the problem with the following procedure:
1.- ssh-keygen -t rsa in
2.- The keys generated in each node exchange them in the authorized_keys file.
But I still do not solve the error.
Should I do something else?
Greetings and thanks.
When I try to connect to a virtual machine in the cluster (in another node) I get the following error:
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
SHA256: OwHlEt2LK1unS3Q4xUWiEPBElEg87a8Rc7 / vtps6UkI.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending RSA key in / etc / ssh / ssh_known_hosts: 4
remove with:
ssh-keygen -f "/ etc / ssh / ssh_known_hosts" -R 172.26.0.110
RSA host key for 172.26.0.110 has changed and you have requested strict checking.
Host key verification failed.
TASK ERROR: Failed to run vncproxy.
I have tried to solve the problem with the following procedure:
1.- ssh-keygen -t rsa in
2.- The keys generated in each node exchange them in the authorized_keys file.
But I still do not solve the error.
Should I do something else?
Greetings and thanks.