Displaying 1 result from an estimated 1 matches for "d2f2f2c0".
2010 Apr 06
2
rsync over ssh, multiple private keys sharing same UID, chroot
I am thinking of configuring a service where multiple users have their
own private keys to do rsync over ssh. I don't want each of these
users to have their own UID. I want them each to share a UID, but
to have space on the ssh server isolated from any other user.
Let us assume that I also wish to prevent them from using any
service other than rsync.
Is this possible? Is a sensible approach