rsync through ssh tunnel

Wayne Davison wayned at samba.org
Mon Jun 14 14:22:16 GMT 2004


On Fri, Jun 11, 2004 at 11:13:20AM +0200, Olaf Joerk wrote:
> + rsync --rsh=/usr/local/bin/ssh [...]

This tells rsync to use ssh to contact the remote system, so it does not
use the ssh tunnel -- it runs a single-use daemon on the remote system
via ssh.  You should leave off the --rsh option.

..wayne..


More information about the rsync mailing list