From e82e3c2a55de76be08e445ace4fc1d902040d9a7 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 18 Jan 2018 21:43:57 -0800 Subject: Fix incorrect path for gitlab-shell authorized keys helper --- doc/administration/operations/fast_ssh_key_lookup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 ``` -- cgit v1.2.1