From c08ae69fc8652abc0fabd35cf6641a97608cc94b Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 2 Jan 2023 13:27:53 +0200 Subject: [PATCH] Add info about SSH urls --- ssh.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ssh.md diff --git a/ssh.md b/ssh.md new file mode 100644 index 0000000..d1398b8 --- /dev/null +++ b/ssh.md @@ -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 +``` + -- 2.44.1