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

Re: svn + ssh multiple auth

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-05 16:02:15 CEST

On 9/2/06, Julien TOUCHE <julien.touche@lycos.com> wrote:
> Ryan Schmidt wrote on 02/09/2006 14:57:
> > No; as far as I understand it, using the keys is the solution to the
> > multiple password request issue.
> >
> > http://subversion.tigris.org/faq.html#ssh-auth-cache
> >
>
> the problem is not caching, i don't want it.
> problem is how many times svn calls ssh. on checkout it seems 3 times,
> so 3 pass.
> question is, could it be less or not.

No, it can't be less, Subversion's client library occasionally needs
to make multiple connections to the server to accomplish various
things. Over ssh that means you make multiple ssh connections.

One potential option that might work for you is ssh connection
caching, which solves this problem at the ssh level instead of at the
subversion level, it'll still make multiple connections sometime, but
it will keep them around so it won't need to recreate them as often.

http://gcc.gnu.org/wiki/SSH_connection_caching

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 5 16:05:41 2006

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.