mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-02 08:08:51 +00:00
Add --ssh-hostkey-algos flag to bootstrap command
Allow configuring the list of host key algorithms to use for SSH connections initialized by the CLI during bootstrap. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
ad1d33262d
commit
7027e823d8
2 changed files with 16 additions and 9 deletions
|
|
@ -66,7 +66,7 @@ command will perform an upgrade if needed.`,
|
|||
flux bootstrap git --url=ssh://<SSH-Key-ID>@git-codecommit.<region>.amazonaws.com/v1/repos/<repository> --private-key-file=<path/to/private.key> --password=<SSH-passphrase> --path=clusters/my-cluster
|
||||
|
||||
# Run bootstrap for a Git repository on Azure Devops
|
||||
flux bootstrap git --url=ssh://git@ssh.dev.azure.com/v3/<org>/<project>/<repository> --ssh-key-algorithm=rsa --ssh-rsa-bits=4096 --path=clusters/my-cluster
|
||||
flux bootstrap git --url=ssh://git@ssh.dev.azure.com/v3/<org>/<project>/<repository> --private-key-file=<path/to/rsa-sha2-private.key> --ssh-hostkey-algos=rsa-sha2-512,rsa-sha2-256 --path=clusters/my-cluster
|
||||
|
||||
# Run bootstrap for a Git repository on Oracle VBS
|
||||
flux bootstrap git --url=https://repository_url.git --with-bearer-token=true --password=<PAT> --path=clusters/my-cluster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue