rsync via tunnel - 3 boxes separated by internet

Christoph Biedl cbiedl at gmx.de
Sun May 15 22:02:15 GMT 2005


Jay Strauss wrote...

> Questions:
> 
> 1) Is there a way to do this without setting up an rsyncd on the target box?

You could tunnel ssh-over-ssh instead of rsync-over-ssh. Pitfalls:
- tcp-over-tcp considered harmful, so do this on the more reliable link.
- ssh will give LOUD warnings about changed host keys.

    Christoph


More information about the rsync mailing list