Re: [Nolug] Ssh tunnel question

From: Joey Kelly <joey_at_joeykelly.net>
Date: Mon, 1 May 2006 17:21:46 -0500
Message-Id: <200605011721.46547.joey@joeykelly.net>

On Sunday 30 April 2006 16:38, Simon Dorfman wrote:
> Hello everyone,
>
> I'm trying to solve an ssh tunnel problem I hope y'all can help me with.
> I'm trying to reach my website via an ssh tunnel. If I ssh to my shared
> server and type:
> links mydomain.com
>
> ...it works fine. When I set up an ssh tunnel like so:
> ssh -N -p 22 -c blowfish username@mydomain.com -L 55580/127.0.0.1/80

So don't use port 80 on localhost. Oh, and is the slash "/" a valid separator?
I thought it had to be a colon:

ssh -N -p 22 -c blowfish username@mydomain.com -L 55580:127.0.0.1:81

...or somesuch.

-- 
Joey Kelly
< Minister of the Gospel | Linux Consultant >
http://joeykelly.net
How many spyware pop-ups did you get on your Windows computer today?

___________________
Nolug mailing list
nolug@nolug.org

Received on 05/01/06

This archive was generated by hypermail 2.2.0 : 12/19/08 EST