rsync through ssh tunnel [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I want to rsync to a cluster node to which I usually connect passing through another system: Say I connect first to ssh user@bridge and from there to ssh user@clusternode Now I want to rsync from my workstation to clusternode. I do the following: I open a ssh tunnel ssh -L8000:clusternode:8000 user@bridge I