Is it possible to connect these machines with ssh tunnels or another mechanism?
Posted
by
frankc
on Super User
See other posts from Super User
or by frankc
Published on 2013-11-12T14:23:48Z
Indexed on
2013/11/12
15:55 UTC
Read the original article
Hit count: 207
I am physically on a machine that is behind a firewall and cannot be ssh'd into. Let's call that PC. PC can connect out to two machines, one on AWS and one that is part of a vpn connection, call them A and V, respectively. A and V cannot talk to each other directly. I need to frequently move files between A and V and have been doing this by scp'ing to PC and then scp'ing from pc. Is there a better way to do this? A and V are linux but PC has cygwin.
© Super User or respective owner