rsync handler uses DSA SSH key path which should now be RSA by default

The rsync handler uses the /root/.ssh/id_dsa path for the SSH key both in the rsync handler and example files.

I guess this should be updated to /root/.ssh/id_rsa nowadays.

Hth,