PDA

View Full Version : Connect to ssh over proxy that blocks CONNECT


treeman
19th October 2009, 04:52
Hi,

I am trying to ssh from behind a proxy that I think has the CONNECT command blocked. I can successfully open the ssh server address in the browser address bar and get the openssh welcome message, but when I try to ssh into the same server using the same proxy that the web browser does it times out.

Is there anything that can give the proxy an impression that it is a genuine web browser communicating through when I try to ssh through it?

treeman
21st October 2009, 06:19
I found a semi working solution.
Im using corkscrew along with ssh to get through the proxy. Its semi working because it usually doesnt connect on the first try and takes a while to connect. But once connection is made its pretty quick and stable.

PHPDOTSQL
10th November 2009, 10:31
There may be a solution hiding in here:

http://bodhizazen.net/Tutorials/VPN-Over-SSH/

Good Luck:cool: