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

Re: svn+ssh and authz-db

From: Greg Franks <rgfranks_at_alumni.uwaterloo.ca>
Date: 2006-01-04 21:07:02 CET

>>>>> "Greg" == Greg Franks <rgfranks@alumni.uwaterloo.ca> writes:

    Greg> I have set up a repository for access using the new authz-db
    Greg> method for svnserve. It works great with the svn://
    Greg> protocol. However, when I attempt to access it using
    Greg> svn+ssh://greg@...., I get

    Greg> svn:Authorization failed

    Greg> "greg" is the 'authorized' userid.

Changing the authz-db file to allow the 'svn' user (i.e., the userid
used when svn is invoked from xinetd) fixes the access problem.

The authorized_keys2 contains...
command="svnserve -t --tunnel-user=greg --root=/srv/svn/repositories",no-port-forwarding,\
         no-agent-forwarding,no-X11-forwarding,no-pty \

Methinks this is a bug...

-- 
         Greg Franks                    <|       _~@ __O     _~@ __O
    Ottawa, Ontario, Canada              |O\   -^\<;^\<,   -^\<;^\<,
                                         (*)--(*)%----%---(*)%---/(*)
"Where do you want to go today?" http://sports.groups.yahoo.com/group/go-tandem
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 4 21:44:27 2006

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.