Fix incorrect path for gitlab-shell authorized keys helper

This commit is contained in:
Stan Hu 2018-01-18 21:43:57 -08:00
parent 4353801826
commit e82e3c2a55
1 changed files with 1 additions and 1 deletions

View File

@ -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
```