Possible Duplicate:
Forward SSH traffic through a middle machine.
I'm currently deploying a web app that requires files be copied to an internal server via a public facing server.
My current workflow looks like this:
- scp files to publicserver.example.com
- ssh to publicserver
- scp files to 10.2.68.10
What I'd really like to do is to copy files to the internal server in one go - either using a GUI, or via the command line.
Any ideas?