diff --git a/modules/installation-configuration-parameters.adoc b/modules/installation-configuration-parameters.adoc index c4f5046be8..df972abda8 100644 --- a/modules/installation-configuration-parameters.adoc +++ b/modules/installation-configuration-parameters.adoc @@ -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: - - - -``` +a|For example, `sshKey: ssh-ed25519 AAAA..`. + |==== [.small] --