Browse Source

add git protocol v2 support via SSH on Docker image (#5520)

* add git protocol v2 support via SSH on Docker image

* remove new layer on dockerfile
tags/v1.7.0-dev
Lunny Xiao 5 years ago
parent
commit
6e114f6791
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      docker/etc/ssh/sshd_config

+ 2
- 0
docker/etc/ssh/sshd_config View File

@@ -29,3 +29,5 @@ AllowUsers git

Banner none
Subsystem sftp /usr/lib/ssh/sftp-server

AcceptEnv GIT_PROTOCOL

Loading…
Cancel
Save