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
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to