On 16 Jun 2003, David Nickel <[EMAIL PROTECTED]> wrote: > I have been trying desperately to get rsync to work over ssh with empty > passwords. On Server A (which is running the rsync daemon) and Server B I > have a user rsyncd that I have already setup with public key empty password > authentication. I can ssh either way with no problem. But when I run the > command ' rsync -av --rsh="ssh -l rsyncd" ServerA::www/home/dir > /www/home/dir' from ServerB I get the following error:
Do you really want to use double-colon mode with ssh? What about rsync -av --rsh=ssh [EMAIL PROTECTED]:wwww/home/dir ? -- Martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html