Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #546 from gibizer/change-migration-keytype
Browse files Browse the repository at this point in the history
[doc]Change ssh migration key to ECDSA
  • Loading branch information
openshift-merge-bot[bot] authored Nov 28, 2023
2 parents 06e4f5d + b524b4e commit 965e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ configuration before the deployment can be started.
* The service needs an SSH key-pair provided. Generate an ssh key-pair and store it in a Secret named `nova-migration-ssh-key`.
```console
$ cd "$(mktemp -d)"
$ ssh-keygen -f ./id -t ed25519 -N ''
$ ssh-keygen -f ./id -t ecdsa-sha2-nistp521 -N ''
$ oc create secret generic nova-migration-ssh-key \
-n openstack \
--from-file=ssh-privatekey=id \
Expand Down

0 comments on commit 965e33b

Please sign in to comment.