On Thu 20 May 2004, Tim Harsch wrote:
> 
> firewall allows ssh connections if inititiated from I to O, but not if the
> other way.
> 
> both machines have an /etc/rsyncd.conf of:
> [rt]
>      path = /tmp/rsync_test
>      comment = Test area
> 
> O runs rsync daemon, I initiates a rsync cammnad like
> rsync -rvvv --delete --rsh=ssh O::rt /tmp/rsync_test
> 
> which works great, but when flipped and run on machine I, like so:
> rsync -rvvv --delete --rsh=ssh /tmp/rsync_test  O::rt

One thing that strikes me first:
If you're going to use ssh, don't use an rsync daemon
(and hence no :: paths, only : paths).


Paul Slootman
-- 
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