Commit 919fd2dc authored by Nick Thomas's avatar Nick Thomas

Merge branch 'fix-fast-ssh-lookup-docs' into 'master'

Fix a reference to deploy keys in the fast SSH key lookup docs

See merge request gitlab-org/gitlab!28564
parents 981d4236 19b5e39f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
> - [Available in](https://gitlab.com/gitlab-org/gitlab/issues/3953) GitLab Community Edition 10.4. > - [Available in](https://gitlab.com/gitlab-org/gitlab/issues/3953) GitLab Community Edition 10.4.
NOTE: **Note:** This document describes a drop-in replacement for the NOTE: **Note:** This document describes a drop-in replacement for the
`authorized_keys` file for normal (non-deploy key) users. Consider `authorized_keys` file. For normal (non-deploy key) users, consider using
using [SSH certificates](ssh_certificates.md), they are even faster, [SSH certificates](ssh_certificates.md). They are even faster, but are not a
but are not a drop-in replacement. drop-in replacement.
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment