Add EE version and CE issue link

This commit is contained in:
James Ramsay 2018-01-18 10:28:01 -05:00
parent 64683642e8
commit 53d0ee4bcc
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
# 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.
> [GitLab Enterprise Edition Standard](https://about.gitlab.com/gitlab-ee) 9.3.
>
> Available in GitLab Community Edition 10.4.
> [Available in](https://gitlab.com/gitlab-org/gitlab-ee/issues/3953) GitLab
> Community Edition 10.4.
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,