Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » EGit push/pull crashes in presence of ed25519 key(Can't push or pull because Jsch considers a valid key to be invalid)
EGit push/pull crashes in presence of ed25519 key [message #1780987] Wed, 31 January 2018 02:11 Go to next message
Robin Garner is currently offline Robin GarnerFriend
Messages: 1
Registered: January 2018
Junior Member
In my ~/.ssh directory I have keys of various types, including an ed25519 key. This key is used to access those hosts that understand the format (eg RHEL7 servers). All my git repositories are accessed using the RSA key.

The key for the git host is specified in ~/.ssh/config, as

Host git.my.domain
	IdentityFile ~/.ssh/id_rsa
	User git

...
Host <list of hosts>
       IdentityFile ~/.ssh/id_ed25519
       ...


so it seems to me that EGit shouldn't have any need to even attempt to parse the ed25519 key.

This issue only appeared a few months ago (I've had the ed25519 key for a couple of years), and doesn't occur in Juno.

cheers
Re: EGit push/pull crashes in presence of ed25519 key [message #1781223 is a reply to message #1780987] Sat, 03 February 2018 10:06 Go to previous message
Thomas Wolf is currently offline Thomas WolfFriend
Messages: 576
Registered: August 2016
Senior Member
That should have been fixed by the fix for bug 529173. Try with a newer JGit, for instance the one from the EGit nightly update site.
Previous Topic:EGit update site broken?
Next Topic:how to extend egit to pre-define commit message
Goto Forum:
  


Current Time: Fri Apr 26 10:43:54 GMT 2024

Powered by FUDForum. Page generated in 0.03235 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top