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 ```