jgit sshd ed25519 example #67
Answered
by
davido
appiepollo14
asked this question in
Q&A
-
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.
Answered by
davido
Jun 30, 2024
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.
0 replies
Answer selected by
davido
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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