summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-01-19 10:22:23 +0000
committerNick Thomas <nick@gitlab.com>2018-01-19 10:22:23 +0000
commit7805bf294ab3d7c6ac12c8031dec85f7f13a3d4e (patch)
tree146210e1fbb2e9516590d30491c0055e14a04f39
parent6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c (diff)
parente82e3c2a55de76be08e445ace4fc1d902040d9a7 (diff)
downloadgitlab-ce-7805bf294ab3d7c6ac12c8031dec85f7f13a3d4e.tar.gz
Merge branch 'sh-fix-authorized-keys-docs' into 'master'
Fix incorrect path for gitlab-shell authorized keys helper See merge request gitlab-org/gitlab-ce!16571
-rw-r--r--doc/administration/operations/fast_ssh_key_lookup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/operations/fast_ssh_key_lookup.md b/doc/administration/operations/fast_ssh_key_lookup.md
index 3fad4413a08..9d1589d84aa 100644
--- a/doc/administration/operations/fast_ssh_key_lookup.md
+++ b/doc/administration/operations/fast_ssh_key_lookup.md
@@ -36,7 +36,7 @@ Add the following to your `sshd_config` file. This is usuaully located at
Omnibus Docker:
```
-AuthorizedKeysCommand /opt/embedded/gitlab-shell/bin/gitlab-shell-authorized-keys-check git %u %k
+AuthorizedKeysCommand /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-authorized-keys-check git %u %k
AuthorizedKeysCommandUser git
```