Skip to content

Commit 31e5417

Browse files
authored
Merge pull request #33336 from kalexand-rh/BZ1962418
BZ1962418: adding note about ssh key algorithms for FIPS
2 parents a115c6d + 6980e38 commit 31e5417

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ssh-agent-using.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ $ ssh-keygen -t ed25519 -N '' \
172172
+
173173
Running this command generates an SSH key that does not require a password in
174174
the location that you specified.
175+
+
176+
[NOTE]
177+
====
178+
If you plan to install an {product-title} cluster that uses FIPS Validated / Modules in Process cryptographic libraries on the `x86_64` architecture, do not create a key that uses the `ed25519` algorithm. Instead, create a key that uses the `rsa` or `ecdsa` algorithm.
179+
====
175180

176181
. Start the `ssh-agent` process as a background task:
177182
+

0 commit comments

Comments
 (0)