Skip to main content



      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] Tue, 30 January 2018 21:11 Go to next message
Eclipse UserFriend
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 05:06 Go to previous message
Eclipse UserFriend
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: Mon Jul 07 11:34:17 EDT 2025

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

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

Back to the top