I have a 3 node cluster set up for testing: pve01 and pve02 running 8.1.3 and pve03 added later running 8.2.2
Trying to migrate a VM to or from pve03 fails with the following error:
On all nodes there is a
All keys are apparently ssh-rsa, with pve03 having a longer key (in bits).
However
So far all VM migrations I did using WebUI.
What am I missing?
Thank you.
Trying to migrate a VM to or from pve03 fails with the following error:
Code:
2024-09-10 13:02:35 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve03' root@A.B.C.D /bin/true
2024-09-10 13:02:35 Host key verification failed.
2024-09-10 13:02:35 ERROR: migration aborted (duration 00:00:00): Can't connect to destination address using public key
TASK ERROR: migration aborted
On all nodes there is a
/etc/pve/priv/authorized_keys
file with apparently the same contents across all 3 nodes.All keys are apparently ssh-rsa, with pve03 having a longer key (in bits).
However
/etc/pve/priv/known_hosts
contains only entries for pve01 and pve02 (across all 3 nodes). So far all VM migrations I did using WebUI.
What am I missing?
Thank you.