[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ssh over HTTP



On Wednesday 03 September 2003 11:07 pm, GV wrote:
> Hi,
>
> is any solution to have full access via SSH over HTTP? I found the
> following:

Better still is tunnelling ssh over port 443. If you're behind a web proxy 
that supports HTTPS CONNECT, then you can use HTTPS CONNECT to essentially 
open an unmolested socket stream to the remote system. There are tools out 
there (google for HTTPS CONNECT ssh) that do this already. It'll get rid of 
the overhead of trying to tunnel over an http proxy.