I’ve got to sync to servers in different cities. Both servers are behind firewalls and the rules won’t let one talk to the other.
For our non-firewalled systems, we’re using rdist, tunneled via ssh, to distribute files. The problem with rdist is that the source server must be where the rdist command runs.
I need something like rdist that will behave a little more like scp, where a third server can transfer files between two others, eg: host3> scp host1@/path host2@path.
…if host3 is trusted by 1 & 2, then I’m golden.
Ideas, please? Our network guys are loath to punch port 22 between these two LAN segments.