OK, I configured it and it's working OK with that configuration.

My problem now is with authz configuration. Can I control path access to 
specific users in this environment?
I ask because I tried and I'm always getting access denied:
 - I set my tunnel user to user1
 - svnserve.conf has anon and auth-access to none
 - authz has 
[/]
user1 = rw

And when I try to update/commit I get authorization failed.

Is this impossible in this environment or am I doing something wrong?


thanks


-----Original Message-----
From: Stefan Sperling [mailto:s...@elego.de]
Sent: Wed 2/23/2011 6:12 PM
To: cifroes
Cc: users@subversion.apache.org
Subject: Re: Using svn+ssh with only 1 ssh account can I have multiple svn 
accounts?
 
On Wed, Feb 23, 2011 at 05:54:39PM -0000, cifroes wrote:
> I only have 1 ssh account in a server that I don't control and I access svn 
> using svn+ssh (again, only way to access it).
> Still, is it possible to have multiple svn users? 
> 
> I don't want for all commits to come from my ssh user...
> 
> (i'm guessing it's not possible, that's why I'm asking :) )

It is possible as long as you use ssh public key authentication.
See the book here:
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshtricks

Reply via email to