[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 --tunnel-user no working as expected

From: Marcus Williams <marcus_at_quintic.co.uk>
Date: 2007-07-10 17:10:56 CEST

On 10/07/2007 Marcus Williams wrote:
> I'm trying to set up a repository on a linux box that is running under a
> single account "svn" but allows multiple developers to use it over ssh
> using the --tunnel-user option.
>
> My authorized_keys file has lines like [snipped key]:
>
> command="/usr/bin/svnserve -t --tunnel-user=marcus",no-port-forwarding,\
> no-agent-forwarding,no-X11-forwarding,no-pty \
> ssh-rsa <KEY> marcus@quintic.co.uk
>
> but all commits are appearing to come from the svn user.

Problem solved - turns out ssh doesnt seem to like the "\" continuation.
 Putting it all on one line solved it (and locked it down the way I
wanted it as well).

Thanks

Marcus

-- 
Marcus Williams, CAD Schroer UK Limited
39 Newnham Road, Cambridge, CB3 9EY
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 10 17:10:26 2007

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.