Re: ssh based access?
From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-04-15 23:09:35 CEST
"Perry E. Metzger" wrote:
Well, Subversion does support SSL through Apache's support of SSL.
But you could use SSH as well. Say you have an Apache 2.0/Svn server
ssh -L20123:localhost:888 username@svn.repository.org sleep 100000000
And then access svn through the URL
The -L sets up an SSH port forward.
You need some command on the remote system to keep ssh the ssh connection
Best,
-- Blair Zajac <blair@orcaware.com> Web and OS performance plots - http://www.orcaware.com/orca/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Apr 15 23:10:51 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.