Re: rsync as daemon doesnt use secrets file but sshd

2007-11-12 Thread Wayne Davison
On Mon, Nov 12, 2007 at 05:17:01PM +0100, Marco Strullato wrote: > [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section > opening connection using ssh -l marco server rsync --server --sender -vv . This is incongruous. The first line has 2-colons (for daemon mode), but the connect line is con

Re: rsync as daemon doesnt use secrets file but sshd

2007-11-12 Thread Alexandros Papadopoulos
On Monday 12 November 2007 18:17, Marco Strullato wrote: > [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section > opening connection using ssh -l marco server rsync --server --sender -vv . Is appears to be a client issue - where does it pick up the -e ssh from? Check for aliases in your she

rsync as daemon doesnt use secrets file but sshd

2007-11-12 Thread Marco Strullato
Hi all! I have a problem configuring rsync as daemon: This is my rsync.conf: log file = /var/log/rsync.log list = yes uid = nobody gid = nobody secrets file = /etc/rsyncd.secrets [section] comment = Great stuff from remote.acme.com path = /home/repos auth users = marco hosts allow = * hosts deny