We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85743ab commit c79c08fCopy full SHA for c79c08f
examples/create-by-resource/run.sh
@@ -42,7 +42,7 @@ rm $DIR/fromcrd-key $DIR/fromcrd-key.pub
42
###############
43
44
# generate a SSH public/private keypair for use by pgBackRest
45
-ssh-keygen -N '' -f $DIR/fromcrd-key
+ssh-keygen -t ed25519 -N '' -f $DIR/fromcrd-key
46
47
# base64 encoded the keys for the generation of the Kube secret, and place
48
# them into variables temporarily
0 commit comments