From 8b08a337c57ae2db7d5988573a412e27981c851c Mon Sep 17 00:00:00 2001 From: jannfis Date: Fri, 24 Jan 2020 23:27:26 +0100 Subject: [PATCH] Clarify that non-standard SSH ports have to use ssh:// URLs (#3030) --- docs/user-guide/private-repositories.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/private-repositories.md b/docs/user-guide/private-repositories.md index d41b37af0f..4399cfd70f 100644 --- a/docs/user-guide/private-repositories.md +++ b/docs/user-guide/private-repositories.md @@ -99,6 +99,9 @@ Using the UI: !!!note When pasting SSH private key in the UI, make sure there are no unintended line breaks or additional characters in the text area +!!!note + When your SSH repository is served from a non-standard port, you have to use `ssh://`-style URLs to specify your repository. The scp-style `git@yourgit.com:yourrepo` URLs do **not** support port specification, and will treat any port number as part of the repository's path. + > earlier than v1.2 The Argo CD UI don't support configuring SSH credentials. The SSH credentials can only be configured using the Argo CD CLI: