Beitrag

Proxmox Failed to connect to server: Host Key verification failed

Lustige Sachen passieren, wenn man mit 2 Nodes und Proxmox rum spielt… :wink:

Fehlermeldung:

1
2
3
4
2022-11-17 08:38:40 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve2' root@192.168.x.x /bin/true
2022-11-17 08:38:40 Host key verification failed.
2022-11-17 08:38:40 ERROR: migration aborted (duration 00:00:00): Can't connect to destination address using public key
TASK ERROR: migration aborted

Lösung aus dem offiziellen Forum.

1
2
3
/usr/bin/ssh -e none -o 'HostKeyAlias=server-b-name' root@server-b-ip-address /bin/true
# bzw. angepasst
/usr/bin/ssh -e none -o 'HostKeyAlias=pve2' root@192.168.x.x /bin/true
Dieser Eintrag ist vom Autor unter CC BY 4.0 lizensiert.