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

Re: Auth in ra_dav

From: Edward S. Marshall <esm_at_logic.net>
Date: 2001-08-24 23:19:38 CEST

On Fri, Aug 24, 2001 at 12:40:08PM -0700, Greg Stein wrote:
> Nobody said anything about tunneling. We will definitely not do that. We
> *have* a network protocol -- it is called HTTP. And that protocol can do
> serious security (SSL/TLS, client certs, encryption, etc), commonly known as
> "https".

Besides, if you really want SSH tunnelling, you can do it invisibly with
port forwarding; forward 127.0.0.1:80 to svnhost:80, configure svn to talk
to localhost instead of svnhost, and set up access restrictions on svnhost
to only allow connections FROM svnhost (either via Apache, or via host
firewall rules).

Simple, and no subversion modifications required. ;-)

-- 
Edward S. Marshall <esm_at_logic.net>                        http://esm.logic.net/
-------------------------------------------------------------------------------
[                  Felix qui potuit rerum cognoscere causas.                  ]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

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.