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
for-closed-social
Lunny Xiao 5 years ago
committed by techknowlogick
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