Skip to content

Add support for custom SSH ports

gitlab-qa-bot requested to merge github/fork/lukasberns/master into master

Created by: lukasberns

For security reasons, I use a non-standard SSH port. Specify the port in the gitosis.yml file to get clone urls like

ssh://git@gitlabhq.com:1234/path/to/repo.git

Merge request reports