jgit sshd ed25519 example #67
-
Hi, I'm trying to figure out how to do a jgit clone via ssh with an ed_25119 ssh keypair. I think I need jgit.ssh.apache in combination with sshd. I've found many examples of parts of it, but not a complete one in my opinion. Does anyone has a link or gist for this situation? k.r. A |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have you checked Gerrit Code Review code that uses JGit? We have to include this additional dependency to support elliptic curve keys:
See also this commit: [1]. [1] https://git.eclipse.org/c/jgit/jgit.git/commit/?id=db627c417779691d7fe5fa925ea63f53babbae01 |
Beta Was this translation helpful? Give feedback.
Have you checked Gerrit Code Review code that uses JGit?
We have to include this additional dependency to support elliptic curve keys:
See also this commit: [1].
[1] https://git.eclipse.org/c/jgit/jgit.git/commit/?id=db627c417779691d7fe5fa925ea63f53babbae01