Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2002 02:29:32 -0400
From:      Michael Sharp <freebsd@ec.rr.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   SSH port forwarding
Message-ID:  <20020709022932.3022ac73.freebsd@ec.rr.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020709022932.3022ac73.freebsd>