From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from uni05mr.unity.ncsu.edu ([152.1.1.168]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1EU4lo-0000uV-00 for ; Mon, 24 Oct 2005 12:01:56 -0400 Received: from QUARK (team8security9.csc.ncsu.edu [152.1.181.186]) (authenticated bits=0) by uni05mr.unity.ncsu.edu (8.13.4/8.13.4/N.20050816.01) with ESMTP id j9OG0A8r015776 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 24 Oct 2005 12:00:12 -0400 (EDT) From: "Sina Bahram" To: "'Speakup is a screen review system for Linux.'" Date: Mon, 24 Oct 2005 12:00:29 -0400 Message-ID: <001601c5d8b4$0ef94fe0$bab50198@QUARK> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-index: AcXYtA332fZN2mmLTnarP5RnWFpgwA== X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.2, Antispam-Data: 2005.10.24.15 X-Spam-Status: No, Hits=7% X-Spam-Level: IIIIIII Subject: ssh forwarding question X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 16:01:56 -0000 Hi all, I believe we have a ton of ssh users on this list, and I figured that I should turn to the practical experts, since I believe I'm following the documentation, and it's not working. Here is what I am trying to do: I have a server that is running sshd. That server, for the sake of argument, is somewhere on the web, and completely accessible remotely. In other words, it has a public IP. I have my laptop right here in my lap, and I want to be able to have absolutely every single http request go over the ssh tunnel and come back through again of course. Is this possible to do with ssh? The reason I ask is because, I won't know the IP that I want to connect to ahead of time, so I can forward to that particular ip address. I want to be able to do the following: ssh -L 12345:localhost:12345 -N -f username@server Then, I simply tell my browser to use a proxy or to use port 12345 always, rather than using some random high port. Any thoughts, folks? Take care, Sina