Root privilege solution

2005-06-27 Thread Tinsley, Scott S. (ManTech) CTR
I want to set up RSYNC so it has root privilege on the remote server. I do not want to run rsync through inetd. I want to be able to limit who can use rsync when the remote end has root privilege. I prefer not to use rsync's internal user/secrets file. I do want to use SSH as the transport shell.

Re: Root privilege solution

2005-06-27 Thread Wayne Davison
On Mon, Jun 27, 2005 at 01:51:28PM -0400, Tinsley, Scott S. (ManTech) CTR wrote: > @ERROR: invalid uid nobody Does your system not have a user "nobody" in the passwd file? You can always set the user via the uid option (e.g. "uid = root") so that rsync doesn't try to switch to the default u

RE: Root privilege solution

2005-06-28 Thread Tinsley, Scott S. (ManTech) CTR
the remote side's file system? Thanks for your help. -Original Message- From: Wayne Davison [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 2:23 AM To: Tinsley, Scott S. (ManTech) CTR Cc: rsync@lists.samba.org Subject: Re: Root privilege solution On Mon, Jun 27, 2005 at

Re: Root privilege solution

2005-07-03 Thread Wayne Davison
On Tue, Jun 28, 2005 at 07:49:58AM -0400, Tinsley, Scott S. (ManTech) CTR wrote: > Can a daemon version of rsync using the rsyncd.conf file be configured > to only allow access to "modules" and no other part of the remote > side's file system? If you're accessing the daemon through a socket, then