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
I had some difficulties when re-syncing ssh-keys, $GITOLITE_HOME/.ssh/authorized_keys is not updating.
As usual, I ran: Administration -> Redmine Git Hosting -> Rescue, and resync all SSH keys.
Last week it works normally, but suddenly, today I got these errors:
2018-04-10 00:42:56 +0700 [INFO] Testing if Redmine user 'redmine' can sudo to Gitolite user 'git'...
2018-04-10 00:42:56 +0700 [INFO] OK!
2018-04-10 00:43:42 +0700 [INFO] Flush Settings Cache !
2018-04-10 00:43:42 +0700 [INFO] Settings cache flushed!
2018-04-10 00:43:42 +0700 [INFO] Forced resync of all ssh keys...
2018-04-10 00:43:42 +0700 [ERROR] Invalid Gitolite Admin SSH Keys
2018-04-10 00:43:42 +0700 [ERROR] FATAL: R any gitolite-admin admin DENIED by fallthru
(or you mis-spelled the reponame)
2018-04-10 00:43:42 +0700 [INFO] Enable RW access on all Gitolite repositories
2018-04-10 00:43:42 +0700 [INFO] Create Gitolite Admin directory : '/tmp/redmine_git_hosting/git/gitolite-admin.git'
2018-04-10 00:43:42 +0700 [ERROR] Invalid Gitolite Admin SSH Keys
2018-04-10 00:43:42 +0700 [ERROR] FATAL: R any gitolite-admin admin DENIED by fallthru
(or you mis-spelled the reponame)
2018-04-10 00:43:43 +0700 [INFO] Create Gitolite Admin directory : '/tmp/redmine_git_hosting/git/gitolite-admin.git'
2018-04-10 00:43:43 +0700 [INFO] Testing if Redmine user 'redmine' can sudo to Gitolite user 'git'...
2018-04-10 00:43:43 +0700 [INFO] OK!
Config Test is all green.
I'm aware that it might related to #200, but isn't.
Any clues?
Thank you.
The text was updated successfully, but these errors were encountered:
It looks like something can't cope with new format ssh keys (ones created with '-o')> I suspect it won't work with ecdsa or ed25519 keys as well. using ssh-keygen -t rsa -f filename works (otherwise I had "Invalid Gitolite Admin SSH Keys").
Hi, I'm new to Redmine.
I had some difficulties when re-syncing ssh-keys, $GITOLITE_HOME/.ssh/authorized_keys is not updating.
As usual, I ran: Administration -> Redmine Git Hosting -> Rescue, and resync all SSH keys.
Last week it works normally, but suddenly, today I got these errors:
Config Test is all green.
I'm aware that it might related to #200, but isn't.
Any clues?
Thank you.
The text was updated successfully, but these errors were encountered: