Commit 7805bf29 authored by Nick Thomas's avatar Nick Thomas

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
parents 6aed49bf e82e3c2a
......@@ -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
```
......
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