[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to connect to repository through daisy-chained ssh-tunnels

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-05-16 17:30:06 CEST

Dieter Dorra wrote:

> From my workstation "wrk" I can connect
> - to a server where I develop "dev"
> and
> - to a server where the repository resides "rep" (repository is accessible via apache, port 8080).

> How can I connect on the "dev"-server to the repository on "rep"?????
> I have tried a daisy chain of two port forwardings
>
> --------
> | dev | *** "http://localhost:7070" DOES NOT show the repository!!!
> --------
> ^
> |
> | ssh -N -R 7070:dev:7070 root@dev
                    ^^^^^^
This needs to forward to wrk first...
ssh -N -R 7070:wrk:7070 root@dev

> |
> --------
> | wrk | "http://localhost:7070" shows the repository!!!
> --------
> |
> | ssh -N -L 7070:rep:8080 root@rep
> |
> v
> --------
> | rep | (apache 8080)
> --------
>
> ..but somehow the connection of the two tunnels does not work.... :-(
>
>It should, when they actually connect.

-- 
   Les Mikesell
    lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 16 17:29:40 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.