One of the important component in passwordless setup is id_rsa key file. This file contains the key for the current server. Scenario of missing id_rsa is usually a new setup. id_rsa file can be created by ssh-keygen.
ssh-keygen -q -f /root/.ssh/id_rsa -N ''
Now if you start your passwordless process, it should go thru.