summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasankar "Balu" C <balasankar@gitlab.com>2018-11-16 14:01:31 +0530
committerBalasankar "Balu" C <balasankar@gitlab.com>2018-11-16 14:04:49 +0530
commitac84f56a0df2fe79b79ed649f59cfb3c3c90f1b6 (patch)
treee15e4fbcc3846b65133ec9cad747cd1e32bb4230
parente7a40cbe1637c7331e3397ed29a5e66ee7a1ade6 (diff)
downloadgitlab-ce-git-protocol-v2-docs.tar.gz
Update info about support for git v2 in docsgit-protocol-v2-docs
Add info that support for git v2 protocol is pre-configured in installations using Helm chart and All-in-one docker image
-rw-r--r--doc/administration/git_protocol.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/administration/git_protocol.md b/doc/administration/git_protocol.md
index b1be078d672..d68d2f012d4 100644
--- a/doc/administration/git_protocol.md
+++ b/doc/administration/git_protocol.md
@@ -19,7 +19,15 @@ and the [protocol documentation](https://github.com/git/git/blob/master/Document
From the client side, `git` `v2.18.0` or newer must be installed.
From the server side, if we want to configure SSH we need to set the `sshd`
-server to accept the `GIT_PROTOCOL` environment,
+server to accept the `GIT_PROTOCOL` environment.
+
+In installations using [GitLab Helm Charts](../install/kubernetes/gitlab_chart.html)
+and [All-in-one docker image](https://docs.gitlab.com/omnibus/docker/), SSH
+service is already configured to accept `GIT_PROTOCOL` environment and users
+need not do anything more.
+
+In installations using omnibus-gitlab package and installations from source,
+users have to manually update SSH configuration,
```
# /etc/ssh/sshd_config