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

Re: Trouble with users under svn+ssh

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Tue, 17 Feb 2009 13:13:55 -0600

On Feb 17, 2009, at 11:14, James Y Knight wrote:

>> However here is the environment: I have one unix server that holds
>> the repository and N workstations (mixed OS) that access it via "svn
>> +ssh://" protocol.
>> Each ssh connection between server and workstations is made with the
>> same ssh user while each access to the repository must be made with
>> different svn users.
>
> If every user has an SSH key, you can add their keys to the ~/.ssh/
> authorized_keys file on the single account on the server. You'll end
> up with lots of lines of the form:
>
> command="/usr/bin/svnserve --root=/svnroot -t --tunnel-
> user='<username>'",no-port-forwarding, no-X11-forwarding,no-agent-
> forwarding,no-pty ssh-dss <key> <comment>

I believe that's what's described in the book:

http://svnbook.red-bean.com/en/1.5/
svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshtricks

So you should read that for more information.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1181808

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-18 00:26:53 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.