Skip to content
Snippets Groups Projects
Commit 7805bf29 authored by Nick Thomas's avatar Nick Thomas
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment