RE: multiple ssh connections
From: Jeremy Mordkoff <jlm_at_ZeeVee.Com>
Date: Thu, 17 Jun 2010 10:40:32 -0400
Another option is to establish a single SSH session using port mapping
Something like
ssh -L 3690:svn_server:3690 ssh_server
The first line says take any traffic destined for the svn port on my
The second line says pretend my svn server is local
JLm
|
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.