summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-11-16 15:08:43 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-11-16 15:08:43 +0000
commit624ec62238c1d26ef2745c1147edffde67a2b4e6 (patch)
tree8d9024f37abc23cc1043528342becf1d664cfcda
parent21c6aec209d8533975c0604b534eca84071e52bf (diff)
parent28c2d4020939b3462d31136ba330575db9f6cb50 (diff)
downloadgitlab-ce-yorick-revert-test-master.tar.gz
Merge branch 'git-protocol-v2-docs' into 'master'yorick-revert-test-master
Add information on support for git v2 in docs See merge request gitlab-org/gitlab-ce!23138
-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..341a00009e5 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.md)
+and [All-in-one docker image](https://docs.gitlab.com/omnibus/docker/), the SSH
+service is already configured to accept the `GIT_PROTOCOL` environment and users
+need not do anything more.
+
+For Omnibus GitLab and installations from source, you have to manually update
+the SSH configuration of your server:
```
# /etc/ssh/sshd_config