source: wiki/PythonTunnelOut.wiki @ 44

Revision 44, 518 bytes checked in by nigel.sim, 5 years ago (diff)

Edited wiki page through web user interface.

Line 
1#summary Tunnel SSH into a secured network via HTTP proxy
2
3= Introduction =
4
5I'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.
6
7svn co http://simbot-code.googlecode.com/svn/trunk/python-tunnel-out/trunk/ .
8
9= Details =
10
11http://simbot-code.googlecode.com/svn/trunk/python-tunnel-out/trunk/python%20tunnel.png
Note: See TracBrowser for help on using the repository browser.