Skip to content

Can we backport authorized_keys feature to CE

We don't use authorized_keys file on GitLab.com because of the amounts of reads and writes that file needs. gitlab-shell queries the API endpoint to get approval, instead of reading the file.

THis is currently an EE feature. It is not on by default because we had a restriction on shipping the newer version of OpenSSH on CentOS6.