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 6 years ago committed by techknowlogick
parent
commit
6e114f6791
  1. 2
      docker/etc/ssh/sshd_config

2
docker/etc/ssh/sshd_config

@ -29,3 +29,5 @@ AllowUsers git
Banner none
Subsystem sftp /usr/lib/ssh/sftp-server
AcceptEnv GIT_PROTOCOL
Loading…
Cancel
Save