Re: svnserve daemon mode + SSH

2012-02-13 Thread Ted Stern
On 11 Feb 2012 18:27:12 -0800, André Hänsel wrote: > > Hi list, > > can I use svnserve in daemon mode (to take advantage of its authorization > mechanisms) and still have the client use an SSH tunnel (probably with > different credentials) to connect to it, so I only have to expose the SSH > port?

Re: svnserve daemon mode + SSH

2012-02-11 Thread Nico Kadel-Garcia
On Sat, Feb 11, 2012 at 9:27 PM, André Hänsel wrote: > Hi list, > > can I use svnserve in daemon mode (to take advantage of its authorization > mechanisms) and still have the client use an SSH tunnel (probably with > different credentials) to connect to it, so I only have to expose the SSH > port?

Re: svnserve daemon mode + SSH

2012-02-11 Thread Daniel Shahaf
You should look into either svn+ssh:// or using svnserve over ssh port forwarding ('ssh -L'). These are two distinct options. The former is documented in the book; some of the SSH set-up tips there are applicable to both modes. André Hänsel wrote on Sun, Feb 12, 2012 at 03:27:12 +0100: > Hi list,

svnserve daemon mode + SSH

2012-02-11 Thread André Hänsel
Hi list, can I use svnserve in daemon mode (to take advantage of its authorization mechanisms) and still have the client use an SSH tunnel (probably with different credentials) to connect to it, so I only have to expose the SSH port? I found a post at http://svn.haxx.se/users/archive-2004-12/1413