Commit e82e3c2a authored by Stan Hu's avatar Stan Hu

Fix incorrect path for gitlab-shell authorized keys helper

parent 43538018
...@@ -36,7 +36,7 @@ Add the following to your `sshd_config` file. This is usuaully located at ...@@ -36,7 +36,7 @@ Add the following to your `sshd_config` file. This is usuaully located at
Omnibus Docker: 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 AuthorizedKeysCommandUser git
``` ```
......
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