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

Re: [Subclipse-users] svn+ssh prompts for password for every transaction

From: Daniel Valim Liberman <danielvl_at_gmail.com>
Date: Wed, 19 Nov 2008 14:21:44 -0200

This is what we do here:

generage your ssh keys: *ssh-keygen -t rsa -b 1024*
then put the public key (id_rsa.pub) on the unix machine where the
repository is, on the file ~/.ssh/authorized_keys - if your .ssh directory
doesn't exist in there, create it and change the permission 700.

This way you can ssh to it directly, without having to type your password,
every time. And svn+ssh will do the same.
Daniel.
On Wed, Nov 19, 2008 at 2:09 PM, vinay i <vinay.indresh_at_gmail.com> wrote:

> Hello All
> I am trying to checkout a svn repository on a unix machine through eclipse.
> When I selected the repository to checkout, it prompted for password. I
> thought it will be asked only once. But ,when I performed a checkout, it
> again prompted for password and then to browse every file also it prompted
> for password. Is there any way to disable password prompt for every
> transaction?
> I had set the environment variable SVN_SSH as mentioned in
> http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=13453
>
> Did I miss anything?
>
> Thanks
> Vinay
>
>
Received on 2008-11-19 17:21:59 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.