rsync via restricted ssh command=

2010-06-03 Thread Mark Constable
I've read a few tutorials about how to use rsync via ssh using the command= functionality to restrict where the user can sync to. I've got this on the on the destination side in it's ~/.ssh/authorized_keys... command=rsync --server -vvnlogDtpre.iLsf --timeout=999 .

Re: rsync via restricted ssh command=

2010-06-03 Thread Matt McCutchen
On Thu, 2010-06-03 at 20:18 +1000, Mark Constable wrote: I've read a few tutorials about how to use rsync via ssh using the command= functionality to restrict where the user can sync to. I've got this on the on the destination side in it's ~/.ssh/authorized_keys... command=rsync --server

Re: rsync via restricted ssh command=

2010-06-03 Thread Mark Constable
On 2010-06-04, Matt McCutchen wrote: I've read a few tutorials about how to use rsync via ssh using the command= functionality to restrict where the user can sync to. ... or (my preference) use a single-use rsync daemon. See: https://bugzilla.samba.org/show_bug.cgi?id=4163 I didn't know