From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 21:41:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A0116A41F for ; Mon, 25 Jul 2005 21:41:54 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BC443D46 for ; Mon, 25 Jul 2005 21:41:54 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so1056800wri for ; Mon, 25 Jul 2005 14:41:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Uz7yJZLYRliWcyG+QMyBNg5u9Dk0/P8Iak4ryU0hh5aOWd7ilrDPuh7Srl8S8HkzG0WnwNgE0PVszX7l6ComYeLqYJkp+aytz/k0KFtjVgAEZfK9Tf/+P/WBU54MnNCeYuCkB3K5VpYQifBFn5oKHlKYSSUXUAvYGeXEMHILnaA= Received: by 10.54.49.26 with SMTP id w26mr2298938wrw; Mon, 25 Jul 2005 14:41:53 -0700 (PDT) Received: by 10.54.6.70 with HTTP; Mon, 25 Jul 2005 14:41:53 -0700 (PDT) Message-ID: Date: Mon, 25 Jul 2005 14:41:53 -0700 From: Lei Sun To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: ssh over a very bad http proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lei Sun List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2005 21:41:54 -0000 Hi=20 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 prob= lem. Any suggestions?=20 Thanks in advance. Lei