RE: ssh over a very bad http proxy :(

2005-07-26 Thread Petersen
Lei Sun [EMAIL PROTECTED] wrote:
 Hi
 
 I spent almost entire week, customizing my freebsd server at home, and
 I would like to access it from my work place.
 
 But it doesn't seems to be possible without making http tunnels
 through an authenticated proxy server.
 
 I tried to use http-tunnel, it doesn't support the
 authenticated feature.

If you're referring to www/httptunnel, then yes it does. I've personally
used it to push ssh sessions via an authenticated http firewall. It's a
little flakey when the http proxy does something it doesn't like (like
closing the connection - it generally just crashes the hts process), but
it does work. Works fine on cygwin too if you only have a windows
machine at one end. Checkout the -P option.

Petersen



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ssh over a very bad http proxy

2005-07-25 Thread Lei Sun
Hi 

I spent almost entire week, customizing my freebsd server at home, and
now, I would like to access it from my work place.

But it doesn't seems to be possible without making http tunnels
through an authenticated proxy server.

I tried to use http-tunnel, it doesn't support the authenticated feature.
I tried to use corkscrew, it can't compile on cygwin, and it can't go
through the authenticated proxy either on solaris.
I tried the HTTPTunnelClient with ntlmaps-0.9.9, it says it is
connected, but putty just hangs and doesn't give me any response.

I googled almost for a week now, trying to find a good solution, but
no luck so far.

I am sure that I am not the first one who is encountering this kind of problem.

Any suggestions? 

Thanks in advance.

Lei
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ssh over a very bad http proxy :(

2005-07-25 Thread Lei Sun
Hi 

I spent almost entire week, customizing my freebsd server at home, and
I would like to access it from my work place.

But it doesn't seems to be possible without making http tunnels
through an authenticated proxy server.

I tried to use http-tunnel, it doesn't support the authenticated feature.
I tried to use corkscrew, it can't compile on cygwin, and it can't go
through the authenticated proxy either on solaris.
I tried the HTTPTunnelClient with ntlmaps-0.9.9, it says it is
connected, but putty just hangs and doesn't give me any response.

I googled almost for a week now, trying to find a good solution, but
no luck so far.

I am sure that I am not the first one who is encountering this kind of problem.

Any suggestions? 

Thanks in advance.

Lei
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh over a very bad http proxy :(

2005-07-25 Thread estover
 Hi

 I spent almost entire week, customizing my freebsd server at home, and
 I would like to access it from my work place.

 But it doesn't seems to be possible without making http tunnels
 through an authenticated proxy server.

 I tried to use http-tunnel, it doesn't support the authenticated feature.
 I tried to use corkscrew, it can't compile on cygwin, and it can't go
 through the authenticated proxy either on solaris.
 I tried the HTTPTunnelClient with ntlmaps-0.9.9, it says it is
 connected, but putty just hangs and doesn't give me any response.

 I googled almost for a week now, trying to find a good solution, but
 no luck so far.

 I am sure that I am not the first one who is encountering this kind of
 problem.

 Any suggestions?

 Thanks in advance.

 Lei

I just run sshd on port 80, then to connect, ssh -p80 -l ieatpaste
www.myhouseorg.ru ;)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]