Re: Security features, path based authorization in subversion
From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 26 Aug 2008 09:37:08 -0400
Vincent Lefevre wrote:
I use it all the time and it works fine. What the ssh-tricks file
So the steps are these:
1) create an account that runs svnserve (and owns the repository files),
2) append your public key to the 'svn' user's authorized_keys file with
> command="/path/to/svnserve -t -r /repository/root --tunnel-user=alice",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty TYPE1 KEY1 COMMENT1
(that's all on one line without the leading '> ' obviously)
3) reference the repository URL with the local-to-the-repo username
$ svn co svn+ssh://svn@server/path/to/project
(or see below).
HTH
John
1) Actually, the 'ssh-tricks' file is incorrect in that you don't have
---------------------------------------------------------------------
|
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.