-2

I have a scenario that i want to rsync my files to server which is behind the firewall ,

I have 192.168.0.1 ->Files

192.168.0.2 -> server in the middle,

10.10.10.2 -> behind firewall which can be accessed by 192.168.0.2

I want to connect to 2 and rsync my files to 10.10.10.2 without copying my files and with a one session.

Thanks,

ehsan310
  • 1
  • 2

1 Answers1

0

you want to check out SSH proxy commands as described e.g. here: https://stackoverflow.com/a/27844854/2536029 or here https://stackoverflow.com/a/18598224/2536029

Community
  • 1
  • 1
mnagel
  • 6,189
  • 4
  • 28
  • 63