Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse won't connect to git server using ssh private key on the new format(Can't use a ssh key created using ssh-keygen -o -E sha256 -a 512 ...)
Eclipse won't connect to git server using ssh private key on the new format [message #1698929] Thu, 18 June 2015 18:13 Go to next message
Eclipse UserFriend
I upgraded my ssh private keys to the new ssh key format (ssh-keygen -o). Looks like eclipse won't accept these new keys. Attempts to connect to my git server result in auth failure, just like if I provided no keys.

Using command line (git clone) they work fine.

I can't find absolutely no reference to anyone having this problem, so I assume I'm doing something wrong. Am I?

Full command line:
ssh-keygen -o -t rsa -b 16384 -C "A comment" -E sha256 -a 512 -f ~/.ssh/id_rsa


My system:

  • Eclipse luna SR2 (20150219-0600)
  • Arch Linux 64 bit
  • OpenSSH_6.8p1, OpenSSL 1.0.2c 12 Jun 2015
  • GIT server is bitbucket

Re: Eclipse won't connect to git server using ssh private key on the new format [message #1699103 is a reply to message #1698929] Sun, 21 June 2015 05:15 Go to previous message
Eclipse UserFriend
The Eclipse plugin for git is EGit, they have their forum at https://www.eclipse.org/forums/index.php/f/48/
Previous Topic:Scaling an image
Next Topic:Eclipse uses an old PATH reference to command
Goto Forum:
  


Current Time: Fri Apr 18 13:25:33 EDT 2025

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

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

Back to the top