diff options
author | Sebastian Schweizer <sebastian@schweizer.tel> | 2019-04-09 20:11:24 +0200 |
---|---|---|
committer | Sebastian Schweizer <sebastian@schweizer.tel> | 2019-04-09 20:11:24 +0200 |
commit | 5c0ebaf6ecafdf5b53ead7739ab0e5bcc37ba3a2 (patch) | |
tree | 135d0ca31c988bf78c9d61b676c613b49e46caba /doc | |
parent | 61ab1f7364b1ea44984a67bb6ea0f5a2b7a353c8 (diff) | |
download | gitlab-ce-5c0ebaf6ecafdf5b53ead7739ab0e5bcc37ba3a2.tar.gz |
Documentation for omnibus-gitlab!3191
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. |