I have 2 boxes, both have disabled password authentication for use with putty.
I'm trying to rsync two servers:
From my backup box:
rsync -e ssh -avz --delete --stats --progress user@server:/path /path
That has worked forever

Now that I have disabled password auth, I'm getting this:
Permission Denied (publickey, gssapi-with-mic)
How do I get my putty private/public keys to work with rsync between two servers with pass auth disabled with my putty keys?