Ways of further restricting rsync.

Joe Smith joe at inwap.com
Fri Oct 1 00:52:42 GMT 2004


I've done something similar to what is at http://www.jdmz.net/ssh/
but it restricts rsync to certain directories based on the key used.


For example, one key has read/write access, the other has read-only access:
command="rrsync logs/client" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzGhEeNlPr...
command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmkHG1WCjC...

	http://www.inwap.com/mybin/miscunix/?rrsync

			-Joe


More information about the rsync mailing list