From 64683642e88a07771f12e45bc15d672a3f1ceea5 Mon Sep 17 00:00:00 2001 From: James Ramsay Date: Thu, 18 Jan 2018 09:17:17 -0500 Subject: [PATCH 1/2] Add release added and release backported to CE --- doc/administration/operations/fast_ssh_key_lookup.md | 5 +++++ 1 file changed, 5 insertions(+) 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 From 53d0ee4bcc5aa2222c88f6660c9e55cea0abcd18 Mon Sep 17 00:00:00 2001 From: James Ramsay Date: Thu, 18 Jan 2018 10:28:01 -0500 Subject: [PATCH 2/2] Add EE version and CE issue link --- doc/administration/operations/fast_ssh_key_lookup.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/administration/operations/fast_ssh_key_lookup.md b/doc/administration/operations/fast_ssh_key_lookup.md index dbebdc4893d..3fad4413a08 100644 --- a/doc/administration/operations/fast_ssh_key_lookup.md +++ b/doc/administration/operations/fast_ssh_key_lookup.md @@ -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,