Hello Hendrik and thanks for your patience in explanations ;-) > Again: > > 1) rsync -e ssh /local/path user@remoteserver:/remote/path > This will use *SSH* authentication to setup the connection, > and then access the filesystem using user's rights. > > 2) rsync /local/path rsync://remoteserver/remote_module/path > This will use RSYNCD authentication to rsync daemon modules > in /etc/rsyncd.conf > > You do the following: > a) setup a ssh tunnel (its own seperate authentication) > b) then make use of (2), ie. RSYNCD connection (over the > already established ssh tunnel) that will need RSYNCD > authentication to the rsyncd module.
Yes, indeed I follow the latter steps you detailed. Now I need to know *where* I can tell rsyncd to *not* ask for a password. Do you have a clue where to look for that? Thanks again, Flavio Boniforti PIRAMIDE INFORMATICA SAGL Via Ballerini 21 6600 Locarno Switzerland Phone: +41 91 751 68 81 Fax: +41 91 751 69 14 URL: http://www.piramide.ch E-mail: [email protected] -- 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
