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

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

From: Dieter Dorra <carodita_at_web.de>
Date: 2007-05-16 16:27:46 CEST

Hi!

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
|
--------
| 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.... :-(

Is there any other smart solution? A squid on my workstation?
Thanks for your help!

_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 16 16:28:43 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.