Hi, I am currently behind a firewall that blocks port 22, thus preventing me from using Git with sourceforge. On my request, the ISP has opened up port 22666 for me so that I can access an SSH account on a more open server (which is running the SSH daemon on port 22666). Is there any way to tunnel my port 22 traffic to port 22666 instead and configure the server to simply forward my traffic into the internet?
Sending a secure request (eg. git push): Me (port 22666) ---> (port 22666) Open Server (port 22) ---> Internet Receiving a secure reply: Internet ---> (port 22) Open Server (port 22666) ---> (port 22666) Me Can it be done? Thanks Manohar Vanga

