Fix incorrect path for gitlab-shell authorized keys helper
This commit is contained in:
parent
4353801826
commit
e82e3c2a55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue