Hello,
I have a cluster with two nodes (no HA):
- pve1 (192.168.0.4)
- pve2 (192.168.0.6)
I can successfully migrate VMs and containers from pve1 to pve2.
I now need to migrate a container from pve2 to pve1 but the operations fails with this error:
2019-02-06 17:49:26 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve1' root@192.168.0.4 /bin/true
2019-02-06 17:49:26 Host key verification failed.
2019-02-06 17:49:26 ERROR: migration aborted (duration 00:00:00): Can't connect to destination address using public key
TASK ERROR: migration aborted
Important: I am able to connect with ssh from pve2 to pve1:
root@pve2:~# ssh 192.168.0.4
Linux pve1 4.15.18-10-pve #1 SMP PVE 4.15.18-32 (Sat, 19 Jan 2019 10:09:37 +0100) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Feb 6 17:54:09 2019
root@pve1:~#
What could I be missing?
Thank you
I have a cluster with two nodes (no HA):
- pve1 (192.168.0.4)
- pve2 (192.168.0.6)
I can successfully migrate VMs and containers from pve1 to pve2.
I now need to migrate a container from pve2 to pve1 but the operations fails with this error:
2019-02-06 17:49:26 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve1' root@192.168.0.4 /bin/true
2019-02-06 17:49:26 Host key verification failed.
2019-02-06 17:49:26 ERROR: migration aborted (duration 00:00:00): Can't connect to destination address using public key
TASK ERROR: migration aborted
Important: I am able to connect with ssh from pve2 to pve1:
root@pve2:~# ssh 192.168.0.4
Linux pve1 4.15.18-10-pve #1 SMP PVE 4.15.18-32 (Sat, 19 Jan 2019 10:09:37 +0100) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Feb 6 17:54:09 2019
root@pve1:~#
What could I be missing?
Thank you