Gitlab users can not clone using ssh keys
I just upgraded to 7.10 on Centos 6 and now non of my users can clone using ssh keys.
I can not ssh to the box as git users using a known key I have added to the account.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
I just upgraded to 7.10 on Centos 6 and now non of my users can clone using ssh keys.
I can not ssh to the box as git users using a known key I have added to the account.
@JobV Can you take a look here?
@bjames are you able to ssh into the box as root? Can you check the logs and try re-running sudo gitlab-ctl reconfigure
?
I've faced very similar issue, but only new SSH keys were not populated in /var/opt/gitlab/.ssh/authorized_keys
.
When I've executed sudo gitlab-ctl reconfigure
there was only * file[/var/opt/gitlab/.ssh/authorized_keys] action create (up to date)
.
So I've removed the /var/opt/gitlab/.ssh/authorized_keys
and executed reconfigure once again and new file was just empty.
Then I moved old content into it and executed reconfigure one more time and finally it did what expected (and I received also email notification about new key).
Based on timestamp of authorized_keys
file I expect the issue started with version 7.10 and is present also on 7.11. I'm running it on CentOS 7.1.
mentioned in issue #1786 (closed)
Closing as seems to be fixed and I cannot reproduce.
Status changed to closed