diff options
Diffstat (limited to 'doc/administration/git_protocol.md')
-rw-r--r-- | doc/administration/git_protocol.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/git_protocol.md b/doc/administration/git_protocol.md index f900c5a6867..349a92de51e 100644 --- a/doc/administration/git_protocol.md +++ b/doc/administration/git_protocol.md @@ -25,7 +25,7 @@ From the server side, if we want to configure SSH we need to set the `sshd` server to accept the `GIT_PROTOCOL` environment. In installations using [GitLab Helm Charts](https://docs.gitlab.com/charts/) -and [All-in-one Docker image](https://docs.gitlab.com/omnibus/docker/), the SSH +and [All-in-one Docker image](../install/docker.md), the SSH service is already configured to accept the `GIT_PROTOCOL` environment. Users need not do anything more. @@ -36,7 +36,7 @@ the SSH configuration of your server manually by adding this line to the `/etc/s AcceptEnv GIT_PROTOCOL ``` -Once configured, restart the SSH daemon for the change to take effect: +When you have configured the SSH daemon, restart it for the change to take effect: ```shell # CentOS 6 / RHEL 6 |