Add info about SSH urls
1 files changed, 11 insertions(+), 0 deletions(-) A ssh.md
A ssh.md => ssh.md +11 -0
@@ 0,0 1,11 @@ +--- +title: SSH +--- + +SSH urls look a little different here, since the service is behind a reverse proxy, and we don't use port 22 for SSH. + +Here's a template: +``` +ssh://git@git.src.quest:5522/~USERNAME/REPONAME +``` +