Commit cfbec4b1 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '358816-distinguish-fast-ssh-key-lookup-defaults' into 'master'

Distinguish CNG & Omnibus defaults for fast SSH key lookup

See merge request gitlab-org/gitlab!85072
parents 14858399 ceb717fa
......@@ -31,7 +31,8 @@ able to accept a fingerprint. Check the version of OpenSSH on your server with `
## Fast lookup is required for Geo **(PREMIUM)**
By default, GitLab manages an `authorized_keys` file that is located in the
Unlike [Cloud Native GitLab](https://docs.gitlab.com/charts/), Omnibus GitLab by default
manages an `authorized_keys` file that is located in the
`git` user's home directory. For most installations, this will be located under
`/var/opt/gitlab/.ssh/authorized_keys`, but you can use the following command to locate the `authorized_keys` on your system:
......
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