Displaying 1 result from an estimated 1 matches for "548612".
Did you mean:
548,12
2004 Oct 07
1
Rsync && ssh && passwordless
I'm attempting to setup rsync to do backups of a remote system. I'd like
to make it passwordless. The trouble I'm running into is I run sshd with
PermitRootLogin Off for obvious security reasons. This means that I can't
use rsync over ssh to the root user. Instead what I thought of was sshing
to the machine I want to backup via a seperate user that is added to the
sudoers file and