Merge a16859ac43 into c2b572bae0
This commit is contained in:
commit
eaf9cfe55f
|
|
@ -104,7 +104,7 @@ Git repository.
|
||||||
**Note:** Unlike using `git`, the
|
**Note:** Unlike using `git`, the
|
||||||
[shorter scp-like syntax](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_ssh_protocol)
|
[shorter scp-like syntax](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_ssh_protocol)
|
||||||
is not supported for SSH addresses (e.g. `user@example.com:repository.git`).
|
is not supported for SSH addresses (e.g. `user@example.com:repository.git`).
|
||||||
Instead, the valid URL format is `ssh://user@example.com:22/repository.git`.
|
Instead, the valid URL format is `ssh://user@example.com/repository.git` (only 1 `:` allowed).
|
||||||
|
|
||||||
### Secret reference
|
### Secret reference
|
||||||
|
|
||||||
|
|
@ -220,6 +220,7 @@ stringData:
|
||||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
...
|
...
|
||||||
-----END OPENSSH PRIVATE KEY-----
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
|
# The list of public SSH host keys can be obtained by running `ssh-keyscan <host>`
|
||||||
known_hosts: |
|
known_hosts: |
|
||||||
github.com ecdsa-sha2-nistp256 AAAA...
|
github.com ecdsa-sha2-nistp256 AAAA...
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue