Mike wrote on Tue, 29 Jul 2008 11:43:09 -0700 (MST):
By 'secure some remote rsyncs' do you mean only allow rsync but not interactive login? If so perhaps this will meet your needs: http://troy.jdmz.net/rsync/index.html
This looks good. It uses a script on the remote side that checks the beginning of the command and thus avoids the limitation with adding a fixed rsync command in authorized_keys. Thanks!
Kai