rsync as daemon doesnt use secrets file but sshd

Alexandros Papadopoulos apapadop at alumni.cmu.edu
Mon Nov 12 16:49:37 GMT 2007


On Monday 12 November 2007 18:17, Marco Strullato wrote:
<snip>
> user at client:~$ rsync -vv marco at server::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 shell or global client defaults for your distribution.

The command feedback is as if you were including the "-e ssh" argument to 
rsync.

Try:

$ export LOGNAME=marco
$ export RSYNC_PASSWORD=yourpassword
$ mkdir tmp
$ rsync -avv server::section tmp/

-A


More information about the rsync mailing list