diff options
author | James Ramsay <james@jramsay.com.au> | 2018-01-18 09:17:17 -0500 |
---|---|---|
committer | James Ramsay <james@jramsay.com.au> | 2018-01-18 09:24:28 -0500 |
commit | 64683642e88a07771f12e45bc15d672a3f1ceea5 (patch) | |
tree | 44833ec773db22d73d7c31668e7819d7c094ffa3 | |
parent | ee58763158ed10f12a8fe7c089257a532fe6e724 (diff) | |
download | gitlab-ce-64683642e88a07771f12e45bc15d672a3f1ceea5.tar.gz |
Add release added and release backported to CE
-rw-r--r-- | doc/administration/operations/fast_ssh_key_lookup.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/operations/fast_ssh_key_lookup.md b/doc/administration/operations/fast_ssh_key_lookup.md index 835ed8c8006..dbebdc4893d 100644 --- a/doc/administration/operations/fast_ssh_key_lookup.md +++ b/doc/administration/operations/fast_ssh_key_lookup.md @@ -1,5 +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. +> +> Available in 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, such as when the user is not authorized to access GitLab, OpenSSH will scan the |