On 26.06.2012 14:18, András Porjesz wrote: > Hi all, > I have an rsyncd installed on a host and I want to use it from a lot of > clients. This rsync is not invoked directly but there is a shell script > wrapper co set up parameters and environment. > My problem is that I do not want to allow any other rsync to be able to > connect to the daemon. Is there any way to implement such feature?
I personally haven't used rsync in daemon-mode, so i can only "guess by manpage". >From what i see in the man-page i would guess that setting up user/passwort protection may work in your case. On the client-side the passwort can be put into the "RSYNC_PASSWORD"-Environment-Variable, so the connection still works automatically. In case you can prevent your users from reading the script/(whatever creates your environment) you should be able to hide the password from most users. Bis denn -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html