Hello,
I was wondering how do I use rsync with a rsa key? For example, if I were to ssh into my linux machine, I would use ssh -i ~/.ssh/id_rsa
username@hostname.com.
I was reading the man file, and I don't think rsync uses/accepts rsa keys to auth to a linux machine. Is the only way I can do this is to use ssh-agent with ssh-add??
Thanks for your help!
-X