[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: Andy Helten <andy.helten_at_dot21rts.com>
Date: 2004-07-30 02:21:19 CEST

Ed MacDonald wrote:

>If encryption is the only thing holding you back from using svnserve and the
>svn:// protocol, and you are worried about security setting up a bunch of
>system accounts, you could try this.
>
>1. Create 1 system account. Lock it down so that it has can open an ssh
>shell, but nothing else.
>2. Give the account info to your users and have them set up an ssh tunnel
>for the svnserv port:
> ssh -L 3690:host.example.com:3690
>3. Set up svnserve users db as normal.
>4. Pretend svnserve is local and proceed as normal:
> svn co svn://localhost/myrepo
>
>SSH will encrypt the traffic to the server for you, and you'll be using
>svnserve for auth/auth.
>
>
>

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 unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 30 02:22:26 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.