On 22 July 2010 16:20, William Kenworthy <bi...@iinet.net.au> wrote:
> Zebedee is a port based tunnel when only a single (or a few) ports needs
> tunneling between two end points - designed originally for vnc type
> connections and works great over low bandwidth and poor quality
> connections.
>
> ssh tunnel - similar to zebedee but Ive found it flakey and unreliable
> with anything other than a good connection between two end points, far
> prefer zebedee for this, but ssh is on almost everything by default
> these days.

I finally got a simple variation working with SSH. I have a web app
running on localhost:8080 which I can now access on my.server.com:8080
by executing (on localhost):

ssh  -f  -N  -q  -R  my.server.com:8080:localhost:8080  my.server.com

I can't figure out how to do this with zebedee, though. I think it
must be some combination of "listenmode" and "clientmode" but I can't
seem to come up with the right sequence of commands.

Any pointers?

Reply via email to