From ac84f56a0df2fe79b79ed649f59cfb3c3c90f1b6 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Fri, 16 Nov 2018 14:01:31 +0530 Subject: Update info about support for git v2 in docs Add info that support for git v2 protocol is pre-configured in installations using Helm chart and All-in-one docker image --- doc/administration/git_protocol.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/administration') 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 -- cgit v1.2.1