Skip to content

jgit sshd ed25519 example #67

Answered by davido
appiepollo14 asked this question in Q&A
Discussion options

You must be logged in to vote

Have you checked Gerrit Code Review code that uses JGit?

We have to include this additional dependency to support elliptic curve keys:

    maven_jar(
        name = "eddsa",
        artifact = "net.i2p.crypto:eddsa:0.3.0",
        sha1 = "1901c8d4d8bffb7d79027686cfb91e704217c3e1",
    )

See also this commit: [1].

[1] https://git.eclipse.org/c/jgit/jgit.git/commit/?id=db627c417779691d7fe5fa925ea63f53babbae01

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davido
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants