-
Notifications
You must be signed in to change notification settings - Fork 116
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
redmine gitolite admin key #798
Comments
I just stumbled upon exact the same problem: Want to switch over to ed25519 key type. I can confirm the problem and I can answer the question: The key name is hardcoded all over the place and redmine-git-hosting is at least in parts ignoring the setting on the SSH page.
I'd really like to see this fixed, it is an unnecessary and undocumented restriction in the naming convention of the local SSH keys. Took me hours to figure out the problem with my new keys. |
In the following spots I replaced each string
At least it isn't overwriting
into |
Now I still have one problem, I'm not sure if I overread it in the docu: redmine-git-hositng ist constantly overwriting my entries in gitolite.conf with
So, I'm not able to add admins there. Is there any "official" |
I keep other admins added by hand and not existing in Redmine and one other from Redmine, nothing is being overwritten here. Maybe you should use sync (Rescue tab->Resync) before you do anything else. |
I'm trying to get rid of an old rsa key which was replaced with ed25519 key. I made updates in redmine git hosting plugin to poing to 'redmine_gitolite_admin_ed25519' and 'redmine_gitolite_admin_ed25519.pub' keys. gitolite-admin repository is already updated, contains ed25519 pub key, old rsa key removed, and gitolite.conf updated use ed25519 keys.
In redmine, I clicked git hosting plugin settings, rescue tab (all 3 ticked) and applied. However, in git_hosting.log I see:
And if look at gitolite.conf, I see
'@all'
got back 'redmine_gitolite_admin_id_rsa'. I think it shouldn't have: could it be that admin key name is hardcoded and configuration is ignored?The text was updated successfully, but these errors were encountered: