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

Re: [Subclipse-users] No SSH key dialog appears using JavaSVN

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-07-20 11:19:54 CEST

Hi Alexander,

sorry for replying so late but you forgot to CC: me and didn't looked in the
archive until now.

On Mon, Jul 17, 2006 at 08:09:02PM +0400, Alexander Kitaev wrote:
> Please try to do the following:
>
> - Delete Eclipse keyring file - it is the file that JavaSVN uses to store
> credential information and it is located at
> ECLIPSE_HOME/configuration/org.eclipse.core.runtime directory, then restart
> Eclipse and you'll be reprompted on your private key file.

Yep, great, this worked!
I tried similar solutions already earlier but since I'm not familiar with Eclipse's
config file handling it seems I did it wrong.

I installed Eclipse in my home directory (I have no root permissions :-(, also
other users access it from there) and deleted only my old workspace and
~/.eclipse. Nevertheless Eclipse writes it's config to
/home/jens/local/usr/share/eclipse/configuration which I wasn't aware of (and
do not like).

I hope this does not affect other users.
 
> - Try using Subclipse 1.1.x version. It will not only prompt you for a
> private key, but also for a user name to use for commits which could differ
> from the ssh login name.

It happens indeed in my setup that the user name differs from the ssh account
name. I solved this by using a line similar to

command="/usr/bin/svnserve -t -r /home/jens/Subversion
--tunnel-user=jens",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty
ssh-rsa KEY...

in my .ssh/authorized_keys file as described in the svn book.
 
Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Jul 20 11:22:05 2006

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.