From owner-freebsd-questions Mon Jul 8 23:27:31 2002 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 1120037B400 for ; Mon, 8 Jul 2002 23:27:29 -0700 (PDT) Received: from mail5.ec.rr.com (fe5.southeast.rr.com [24.93.67.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372C143E52 for ; Mon, 8 Jul 2002 23:27:28 -0700 (PDT) (envelope-from freebsd@ec.rr.com) Received: from makayla ([66.26.7.34]) by mail5.ec.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 9 Jul 2002 02:27:26 -0400 Date: Tue, 9 Jul 2002 02:29:32 -0400 From: Michael Sharp To: freebsd-questions@FreeBSD.ORG Subject: SSH port forwarding Message-Id: <20020709022932.3022ac73.freebsd@ec.rr.com> X-Mailer: FreeBSD 4.6 http://www.freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I'm sure this thread is gonna elicit alot of humor, but I had to ask. I know how SSH port forwarding works normally using: ssh -C -L source-port:remote server:destination-port user@remote.server This makes remote server send a encrypted tunnel from destination-port to my local source-port... My questions is this, if I did: ssh -C -L 12345:freebsd.org:80 me@127.0.0.1 and logged in, would the traffic between and from http://127.0.0.1:12345 be encrypted? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message