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

Re: Stable SubClipse 0.9.33 + SVN 1.2.3 to use with Eclipse 3.1

From: Bradley Wagner <bradley.wagner_at_gmail.com>
Date: 2005-08-25 23:14:04 CEST

> Your key (*.ppk) is key in "Putty" program format that is not
> supported by
> JSCH. You have to export this key into OpenSSH format, and you may use
> puttygen.exe program to do this. Open your PPK key and then select
> "Conversions->Export OpenSSH Key" in main menu.
>
> Then, modify your "config" file the following way:
>
> [tunnels]
> #ssh = 'C:/Program Files/TortoiseSVN/bin/TortoisePlink.exe' -i C:/
> Bradley/private-key.ppk
> ssh = 'C:/Program Files/TortoiseSVN/bin/TortoisePlink.exe' -i C:/
> Bradley/private-key.DSA

Actually, it started working all of the sudden even though it is a
Putty private key, by adding the '-2' flag to the line in my file.

ssh = C:/Program Files/TortoiseSVN/bin/TortoisePlink.exe -2 -i C:/
Bradley/private-key.ppk

I'm fairly certain it is a putty format key too, because I didn't do
anything special when I generated it.

Thoughts?

Bradley
Received on Fri Aug 26 07:14:04 2005

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.