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

Re: Why is my svn+ssh:// access asking 4 passwd twice?

From: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-04-12 03:32:31 CEST

Matthew England wrote:
> Hello,
>
> (I figure this is a total newbie question from an ignorant user/admin,
> but I couldn't find it in the FAQ--yet--so I thought I'd ask it here...)
>
> Why is my "svn co svn+ssh://..." access asking for my ssh passwd twice
> (even when I do not mistype my password)?
>
> It seems that on the first password pass it creates a ".svn"
> subdirectory first and then asks for the password again to get the rest
> of the files.
>
> Any idea what's going on here?

http://svnbook.red-bean.com/en/1.1/ch06s03.html#svn-ch-6-sect-3.4

Last paragraph:

"A final note: when using svn+ssh:// URLs to access a repository,
remember that it's the ssh program prompting you for authentication, and
not the svn program. That means there's no automatic password caching
going on (see the section called “Client Credentials Caching”). If you
want to prevent ssh from repeatedly asking for your password, you'll
need to use a separate memory-caching tool like ssh-agent on a Unix-like
system, or pageant on Windows."

-- 
Andrew Thompson
http://aktzero.com/
Interested in a hosted SVN repository? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 12 03:34:56 2005

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.