Add release added and release backported to CE

This commit is contained in:
James Ramsay 2018-01-18 09:17:17 -05:00
parent ee58763158
commit 64683642e8

View file

@ -1,5 +1,10 @@
# Fast lookup of authorized SSH keys in the database # Fast lookup of authorized SSH keys in the database
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/1631) in
> [GitLab Enterprise Edition](https://about.gitlab.com/gitlab-ee) 9.3.
>
> Available in GitLab Community Edition 10.4.
Regular SSH operations become slow as the number of users grows because OpenSSH Regular SSH operations become slow as the number of users grows because OpenSSH
searches for a key to authorize a user via a linear search. In the worst case, searches for a key to authorize a user via a linear search. In the worst case,
such as when the user is not authorized to access GitLab, OpenSSH will scan the such as when the user is not authorized to access GitLab, OpenSSH will scan the