From 43a39bc44d571b5f059819a1949f8439d9c2404a Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 27 Sep 2023 18:27:18 +0300 Subject: [PATCH] Update git SSH docs --- git/ssh.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/git/ssh.md b/git/ssh.md index d1398b8..d1a01cf 100644 --- a/git/ssh.md +++ b/git/ssh.md @@ -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 ``` -- 2.44.1