3
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?
3
Set up an alias for the internal server in
– Gilles 'SO- stop being evil' – 2010-09-08T20:06:16.577~/.ssh/config
as in http://superuser.com/questions/107679/forward-ssh-traffic-through-a-middle-machine