We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c202c0f + 4bfc897 commit 5450187Copy full SHA for 5450187
assets/build/install.sh
@@ -246,6 +246,7 @@ sed -i \
246
-e "s|^[#]*LogLevel INFO|LogLevel VERBOSE|" \
247
-e "s|^[#]*AuthorizedKeysFile.*|AuthorizedKeysFile %h/.ssh/authorized_keys %h/.ssh/authorized_keys_proxy|" \
248
/etc/ssh/sshd_config
249
+echo "AcceptEnv GIT_PROTOCOL" >> /etc/ssh/sshd_config # Allow clients to explicitly set the Git transfer protocol, e.g. to enable version 2.
250
echo "UseDNS no" >> /etc/ssh/sshd_config
251
252
# move supervisord.log file to ${GITLAB_LOG_DIR}/supervisor/
0 commit comments