Skip to content

Commit 7c5d3a3

Browse files
authored
Merge pull request #29044 from mburke5678/okd-ssh-key-ed25519
Update SSH private key generation in the latest OKD installation documentation
2 parents 2ac966e + 8eb89c0 commit 7c5d3a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/builds-source-secret-ssh-key-auth.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The repository keys are usually located in the `$HOME/.ssh/` directory, and are
1515
+
1616
[source,terminal]
1717
----
18-
$ ssh-keygen -t rsa -C "[email protected]"
18+
$ ssh-keygen -t ed25519 -C "[email protected]"
1919
----
2020
+
2121
[NOTE]

modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Perform the following steps to prepare the environment.
2525
+
2626
[source,terminal]
2727
----
28-
[root@provisioner ~]# su - kni -c "ssh-keygen -t rsa -f /home/kni/.ssh/id_rsa -N ''"
28+
[root@provisioner ~]# su - kni -c "ssh-keygen -t ed25519 -f /home/kni/.ssh/id_rsa -N ''"
2929
----
3030

3131
. Log in as the new user on the provisioner node.

modules/ssh-agent-using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ following command:
125125
+
126126
[source,terminal]
127127
----
128-
$ ssh-keygen -t rsa -b 4096 -N '' \
128+
$ ssh-keygen -t ed25519 -N '' \
129129
-f <path>/<file_name> <1>
130130
----
131131
<1> Specify the path and file name, such as `~/.ssh/id_rsa`, of the new SSH key.

0 commit comments

Comments
 (0)