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

Re: [Subclipse-users] ssh publickey and ssh-add

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 13 Feb 2008 11:58:48 -0500

On Feb 13, 2008 9:55 AM, Jan Torben Heuer <jtnews_at_mail2003.dnsalias.org> wrote:

> I'm using a repository over svn+ssh.
>
> I added my publickey identity via ssh-add and passwordless ssh logins work.
>
> But subclipse still asks for a password. How can I tell subclipse to use my
> added identity?

Subclipse does not really handle this part of the process. It is
based on the SVN API you are using which you can set in the
preferences. If you use JavaHL, then it uses the same SSH client the
command line would use. Typically OpenSSH or some other client like
that, on Windows a lot of people would use TortoisePlink.exe. That
client, and how it is configured controls the rest.

If you use SVNKit, which is what I suspect, it uses its own pure Java
SSH client. So this does not participate in the rest of the SSH tool
chain you are using. So that is the downside to using SVNKit. The
upside is for people not already using SSH it is easier to get
started.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-02-13 17:58:55 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.