DEVELOPMENT ENVIRONMENT

~jl/source-quest-wiki

43a39bc44d571b5f059819a1949f8439d9c2404a — Jonni Liljamo 1 year, 1 month ago 20c7327 wiki
Update git SSH docs
1 files changed, 5 insertions(+), 2 deletions(-)

M git/ssh.md
M git/ssh.md => git/ssh.md +5 -2
@@ 2,9 2,12 @@
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.
As of 27.09.2023, the "normal" type of SSH repo urls are available, as in over port 22.
```
git@git.src.quest:~USERNAME/REPONAME
```

Here's a template:
SSH is still available over 5522, so existing clones won't need modifying.
```
ssh://git@git.src.quest:5522/~USERNAME/REPONAME
```