Migration fails

mir

Famous Member
Apr 14, 2012
3,585
142
133
Copenhagen, Denmark
Hi,

Trying to migrate from one node to another fails with this error:
Jul 11 04:00:17 # /usr/bin/ssh -c blowfish -o 'BatchMode=yes' root@192.168.2.8 /bin/true
Jul 11 04:00:17 Permission denied (publickey,password).
Jul 11 04:00:17 ERROR: migration aborted (duration 00:00:01): Can't connect to destination address using public key
TASK ERROR: migration aborted

Doing migrate from the other node to this node completes without errors.

Any idea what is going wrong and how to fix it?
 
Solved, sort of. Open console and issue the following command: ssh-copy-id <other-node>
But should that really be necessary to do this manually?