Displaying 1 result from an estimated 1 matches for "pathtolocaldata".
2004 Dec 19
2
SSH Tunnel Problem
...o the server and view it
via scp.
Also- I can connect via ssh and run rsync as well.
HOWEVER- I cannot connect "passwordless" with SSH and
then connect to the rsync daemon. The following
demonstartes what I would like to do:
rsync -av -e "ssh -l myusername"
"/cygdrive/pathtolocaldata"
rsyncusername@3.3.3.3::modulename --password-file
filename
When I run the above I successfully authenticate with
SSH but then I get an error that the rsyncd.conf
cannot be read. Permissions on the rsyncd.conf file
are
root:wheel -rw-r------
I have tried chown to rsync:rync the user the da...