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?
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.