diff options
author | James Ramsay <jramsay@gitlab.com> | 2018-08-06 14:28:00 -0400 |
---|---|---|
committer | James Ramsay <jramsay@gitlab.com> | 2018-08-06 14:28:00 -0400 |
commit | 7e189a646b84c8bcb47a3377e989a45704d96c41 (patch) | |
tree | bfdbecbce45b0649e55e8c9ece108789a7fc81c0 /doc | |
parent | d737abc537476bf2b500f550b0c733d22f338cf1 (diff) | |
download | gitlab-ce-7e189a646b84c8bcb47a3377e989a45704d96c41.tar.gz |
Fix typo and improve formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/operations/fast_ssh_key_lookup.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/administration/operations/fast_ssh_key_lookup.md b/doc/administration/operations/fast_ssh_key_lookup.md index 752a2774bd7..eada7b19dcd 100644 --- a/doc/administration/operations/fast_ssh_key_lookup.md +++ b/doc/administration/operations/fast_ssh_key_lookup.md @@ -1,11 +1,9 @@ -# Consider using SSH certificates instead of, or in addition to this +# Fast lookup of authorized SSH keys in the database -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 using [ssh certificates](ssh_certificates.md), they are even faster, -but are not is not a drop-in replacement. - -# Fast lookup of authorized SSH keys in the database +but are not a drop-in replacement. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/1631) in > [GitLab Starter](https://about.gitlab.com/gitlab-ee) 9.3. |