When I install opennebula 5.4 on centos 7.3 ,I can not configure passwordless SSH successfully.
When I install KVM node, I excute scp -rp /var/lib/one/.ssh xx.xx.xx.xx:/var/lib/one/
,I've this error:
oneadmin@xx.xx.xx.xx's password:
Permission denied, please try again.
I don't think this should happen here. The password should be unknown to the user. The communication between oneadmin does not need a password. It must be where I was wrong.
There are docs about opennebula installation.(Control Node& Compute Node).