svn over an ssh tunnel

Often a subversion server is on an internal server that can’t be reached by a DMZ server, and ssh+svn isn’t setup. Here’s a quick recipe for ssh tunnelling from the subversion server to the DMZ server and using svn.

root@svnserver$ ssh -R dmzserver 3690:svnserver:3690
root@dmzserver$ svn co --username sonia svn://localhost/unix/trunk/foo/ # so root not used
root@dmzserver$ svn ci --username sonia --password secret

Tags: ,


Share This


 


3 Responses to svn over an ssh tunnel

  1. [...] cvs + socks using connect.c (similar to my post on svn over an ssh tunnel) [...]

  2. Hi Sonia,

    Thank you for the information! By coincidence I am a BJJ practicioner as well, I am brazilian but I currently live in FL and NYC, training with Pablo Popovitch most recently.

    How about you?

    Felipe

    • No worries! I train at Gracie in Sydney Australia. One day I’ll get to train in the US – I’m thinking Saulo Ribeiro in LA and Ryan Hall on the east coast.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>