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

Re: SVN+SSH access not advisable

From: Marko Käning <mk362_at_mch.osram.de>
Date: Fri, 25 Jul 2008 17:25:03 +0200 (CEST)

> server via ssh, force them to use key authentication and
> set the command to be run from the authorized_keys files
> of your users, by prepending a command= flag to every key in
> these files:
>
> command="/usr/bin/svnserve
> -t",no-agent-forwarding,no-X11-forwarding,no-port-forwarding ssh-rsa
> AAA....

yes, I see now in the manual that there is probably a much easier way to
allow multiple users access via this approach. Setting up only a single
account with multiple such lines like above plus the --tunnel-user option
is probably the better way to go, if you want to avoid setting up seperate
user accounts on the server for every single svn user...

I guess I'll test this approach too.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-25 17:25:33 CEST

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.