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

Re: Error checking out large repository -- illegal padding

From: Faried Nawaz <faried_at_gmail.com>
Date: 2004-08-01 22:26:54 CEST

On Thu, 29 Jul 2004 19:21:19 -0500, Andy Helten
<andy.helten@dot21rts.com> wrote:

> Thanks! I will give this a try. The only step I may have a problem
> with is locking down a user account so that it can only access ssh. Is
> this documented somewhere for Linux?

To restrict the commands remote users can run,

- have every user generate keys using ssh-keygen
- put their pubkeys in the svn repo account's ~/.ssh/authorized_keys2
- place 'command="/path/to/svnserve any-args"' on each line before the key data

This is described in sshd's man page.

Faried.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 1 22:27:17 2004

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.