DEVELOPMENT ENVIRONMENT

~jl/source-quest-wiki

ref: 43a39bc44d571b5f059819a1949f8439d9c2404a source-quest-wiki/git/ssh.md -rw-r--r-- 286 bytes
43a39bc4Jonni Liljamo Update git SSH docs 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: 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
```

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