DEVELOPMENT ENVIRONMENT

~jl/source-quest-wiki

c08ae69fc8652abc0fabd35cf6641a97608cc94b — Jonni Liljamo 1 year, 10 months ago 1c5c447
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
```