diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-10 07:25:33 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-10 07:25:33 +0000 |
commit | bfb7bc8ee140ae4317e57636596e172fccc20f4e (patch) | |
tree | 07c13f8d290b943b57712b2d69363c90ec8319c5 /doc | |
parent | 79340353ee48c188180685b274d48d3a6e1f7a57 (diff) | |
parent | 5c0ebaf6ecafdf5b53ead7739ab0e5bcc37ba3a2 (diff) | |
download | gitlab-ce-bfb7bc8ee140ae4317e57636596e172fccc20f4e.tar.gz |
Merge branch 'docs/AuthorizedKeysCommand-by-default-in-Docker' into 'master'
Documentation for AuthorizedKeysCommand enabled by default in Docker
See merge request gitlab-org/gitlab-ce!27184
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/operations/fast_ssh_key_lookup.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/administration/operations/fast_ssh_key_lookup.md b/doc/administration/operations/fast_ssh_key_lookup.md index c293df3fc57..f8d58c6ce28 100644 --- a/doc/administration/operations/fast_ssh_key_lookup.md +++ b/doc/administration/operations/fast_ssh_key_lookup.md @@ -58,6 +58,9 @@ sudo service sshd reload Confirm that SSH is working by removing your user's SSH key in the UI, adding a new one, and attempting to pull a repo. +> **Note:** For Omnibus Docker, `AuthorizedKeysCommand` is setup by default in +GitLab 11.11 and later. + > **Warning:** Do not disable writes until SSH is confirmed to be working perfectly, because the file will quickly become out-of-date. |