You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a plan to update SSH-libraries? I would like to use one ED25519 and less configuration for all services. But gitblit cannot yet accept ED25519 Key.
I can also involve into project, if I know how to build it from terminal (without eclipse)
The text was updated successfully, but these errors were encountered:
Ed25519 support has been added in #1429 and is part of the milestone 1.10.0 build. You can use the current nightly build, e.g. from https://github.com/gitblit-org/gitblit/actions/runs/6634817241, or use a nightly Docker build available on Docker Hub (gitblit/gitblit:nightly).
Or, you can also build from sources with ant buildGO.
Hello, because of internal infrastructure, I can only deploy gitblit as a WAR-Ffile in a tomcat container. Now we need support for ED25519 key. How can I compile the project to a war file?
Is there a plan to update SSH-libraries? I would like to use one ED25519 and less configuration for all services. But gitblit cannot yet accept ED25519 Key.
I can also involve into project, if I know how to build it from terminal (without eclipse)
The text was updated successfully, but these errors were encountered: