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

Merge pull request #66383 from rolfedh/enterprise-4.14

[enterprise-4.14] RHDEVDOCS-2966 tracker for Bug 1956414 - [DOC] Remo…
This commit is contained in:
Rolfe Dlugy-Hegwer
2023-10-17 12:02:17 -04:00
committed by GitHub

View File

@@ -572,18 +572,13 @@ endif::ibm-power-vs[]
endif::[]
|`sshKey`
| The SSH key or keys to authenticate access your cluster machines.
| The SSH key to authenticate access to your cluster machines.
[NOTE]
====
For production {product-title} clusters on which you want to perform installation debugging or disaster recovery, specify an SSH key that your `ssh-agent` process uses.
====
a|One or more keys. For example:
```
sshKey:
<key1>
<key2>
<key3>
```
a|For example, `sshKey: ssh-ed25519 AAAA..`.
|====
[.small]
--