Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSH with ED25519-key #1459

Open
hpb-htw opened this issue Oct 31, 2023 · 4 comments
Open

Support SSH with ED25519-key #1459

hpb-htw opened this issue Oct 31, 2023 · 4 comments

Comments

@hpb-htw
Copy link

hpb-htw commented Oct 31, 2023

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
Copy link
Member

flaix commented Oct 31, 2023

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
Copy link

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
Copy link

andrm commented Jan 9, 2024

Try ant buildWAR

@hpb-htw
Copy link
Author

hpb-htw commented Jan 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants