From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 21:43:37 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 83CDB16A41F for ; Mon, 25 Jul 2005 21:43:37 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2336D43D45 for ; Mon, 25 Jul 2005 21:43:37 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so1057038wri for ; Mon, 25 Jul 2005 14:43:36 -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=qhYijtV98wJU5VuEvibNHx8B9y5FaQhVF0pOdhSyKAqpjMWmYd85kbJ9f1ghuPQhCaWyu8dYfnAHKu0ZnZl+Kq6p6SFil46LMyMLXXqCEvNunz5WzTuxqq1K14RQgUx7Ls5pnD3XRHwCe6zGi9WD7yW8asTvDXCi1UVL7bEF1Co= Received: by 10.54.29.50 with SMTP id c50mr2292170wrc; Mon, 25 Jul 2005 14:43:36 -0700 (PDT) Received: by 10.54.6.70 with HTTP; Mon, 25 Jul 2005 14:43:36 -0700 (PDT) Message-ID: Date: Mon, 25 Jul 2005 14:43:36 -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:43:37 -0000 Hi=20 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 prob= lem. Any suggestions?=20 Thanks in advance. Lei