ssh over http

cbadescu at aspc.cs.upt.ro cbadescu at aspc.cs.upt.ro
Wed Nov 29 23:47:54 PST 2006


Hi,

>> > On 11/27/06, Ansar Mohammed <ansarm at gmail.com> wrote:
>> > > Hello All,
>> > > Is there any ssh over http implementation available for freebsd?

If yout proxy supports CONNECT method for certain port (usually 443 is
open because is used for HTTPS), then you just need to have ssh listening
on your machine on that port and use 'proxytunnel'
http://proxytunnel.sourceforge.net/

Otherwise, you can still use HTTP tunneling, but you must start one
aplication where you want to use the client, and other where is the
server.
http://www.nocrew.org/software/httptunnel/

Regards,
Ciprian Badescu


More information about the freebsd-questions mailing list