mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Clarify that non-standard SSH ports have to use ssh:// URLs (#3030)
This commit is contained in:
parent
e22f946415
commit
8b08a337c5
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue