|
PythonTunnelOut
Tunnel SSH into a secured network via HTTP proxy
IntroductionI've had the occasion where I needed to ssh into a private network, when there was no inbound traffic allowed. The solution I used was to connect OUT via the http proxy to my server, where I open a listening socket to tunnel back in via the http proxy channel. svn co http://simbot-code.googlecode.com/svn/trunk/python-tunnel-out/trunk/ . Details
|
Sign in to add a comment