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

RE: Using svn+ssh with only 1 ssh account can I have multiple svn accounts?

From: cifroes <cifroes_at_netcabo.pt>
Date: Wed, 23 Feb 2011 18:22:51 -0000

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:stsp_at_elego.de]
Sent: Wed 2/23/2011 6:12 PM
To: cifroes
Cc: users_at_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
Received on 2011-02-23 19:26:10 CET

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.