using rsync with ssh keys via authorized_keys and command=”rsync …”
January 29th, 2010
We often need to keep two directories on different machines synchronised. We would like the rsync to be secure and to only allow the rsync, no shell access. This method uses ssh keys with commands in authorized_keys.
Read the rest of this entry »


