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
This archive was generated by hypermail 2.2.0 : 12/19/08 EST