Clarify that non-standard SSH ports have to use ssh:// URLs (#3030)

This commit is contained in:
jannfis 2020-01-24 23:27:26 +01:00 committed by Alexander Matyushentsev
parent e22f946415
commit 8b08a337c5

View file

@ -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: