Widyono wrote:
On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote:

The warning tells me that it's not possibel to use ssh?!

I do this:
rsync -auz --delete --rsh=?ssh -l ssh_username" [EMAIL PROTECTED]::www /var/www


WARNING: --rsh or -e option ignored when connecting to rsync daemon


Actually the warning (not error) means it's ignoring your redundant
--rsh option since by default SSH is used (since 2.6.0).  It should still
work correctly otherwise.

If you don't want to see the warning, remove your --rsh option.

Dan W.



Ok, I'm currently using 2.5.5 (debian stable). Does this mean that it's always using SSH when connecting to a rsync server?

That was not my impression reading through the documentation.

--cut--
for copying from a remote machine using a remote shell program as the
transport, using rsync server on the remote machine. This is invoked
when the source path contains a :: separator and the --rsh=COMMAND (aka
"-e COMMAND") option is also provided.
--cut--

And when using ssh with

rsync -auz --delete --rsh=”ssh -l ssh_username" [EMAIL PROTECTED]::www /var/www

I would exspect a prompt for password right?

Maybe there's something wrong with the way I'm starting the rsync server (I'm using daemon tools):

run script:

#!/bin/sh
exec 2>&1
exec softlimit -d 100000000 tcpserver \
   -x /etc/tcprules/tcp.rsyncd.cdb -v -c 20 -U -H -l 0 -R \
   1.2.3.4 873 nice -2 /usr/bin/rsync --daemon --no-detach \
   --config=/etc/rsyncd.conf


-- Med venlig hilsen / Best regards

Lars E. D. Jensen
[EMAIL PROTECTED]

--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to