rsync as daemon doesnt use secrets file but sshd

Wayne Davison wayned at samba.org
Mon Nov 12 17:22:13 GMT 2007


On Mon, Nov 12, 2007 at 05:17:01PM +0100, Marco Strullato wrote:
> user at client:~$ rsync -vv marco at server::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 connecting via ssh without the --daemon option, so
rsync just saw a single colon.  You should figure out why that colon
disappeared.

..wayne..


More information about the rsync mailing list