1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00

Merge pull request #22959 from openshift-cherrypick-robot/cherry-pick-22958-to-enterprise-4.5

[enterprise-4.5] minor fix of step numbers
This commit is contained in:
Kevin Lamenzo
2020-06-16 20:35:11 -04:00
committed by GitHub

View File

@@ -109,12 +109,12 @@ $ ssh-keygen -t rsa -b 4096 -N '' \
+
Running this command generates an SSH key that does not require a password in
the location that you specified.
+
[IMPORTANT]
====
If you create a new SSH key pair, avoid overwriting existing SSH keys.
====
+
. Start the `ssh-agent` process as a background task:
+
----