gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.27k stars 670 forks source link

Support SSH with ED25519-key #1459

Open hpb-htw opened 9 months ago

hpb-htw commented 9 months ago

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)

flaix commented 9 months ago

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.

mathcoach commented 6 months ago

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?

andrm commented 6 months ago

Try ant buildWAR

hpb-htw commented 6 months ago

I can reproduce both GO and WAR build. The WAR-file is now running by our internal server. :)