I used the manage ssh keys in WHM on my two servers. I setup a key on one server, authroized it, went to the other server and imported it into the public key, then authorized it. I then did vice-versa on the other server.
Now I'm trying to use Rsync to connect from one to the other with this command:
rsync -azv -e ssh --delete /home/mysqlbackup/ [email protected]:/home/backuppath
But it still keeps prompting me for the password.
Even if I just try "ssh [email protected]" from either server it prompts.
Did I miss something in all this?
Now I'm trying to use Rsync to connect from one to the other with this command:
rsync -azv -e ssh --delete /home/mysqlbackup/ [email protected]:/home/backuppath
But it still keeps prompting me for the password.
Even if I just try "ssh [email protected]" from either server it prompts.
Did I miss something in all this?
Last edited: