From 5d2faa0339092bcebe0bad4c9cf11e16aa124626 Mon Sep 17 00:00:00 2001 From: Owen Eustice <owen.eustice@valencor.com> Date: Wed, 12 Mar 2025 13:45:05 +0000 Subject: [PATCH] Edit ssh_troubleshooting.md - Added FIPS compatibility check --- doc/user/ssh_troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user/ssh_troubleshooting.md b/doc/user/ssh_troubleshooting.md index 07d6d8164a84..fe9d5af7c4fa 100644 --- a/doc/user/ssh_troubleshooting.md +++ b/doc/user/ssh_troubleshooting.md @@ -25,6 +25,7 @@ This indicates that something is wrong with your SSH setup. - Ensure that you generated your SSH key pair correctly and added the public SSH key to your GitLab profile. +- Ensure that your SSH key format is compatible with your server OS configuration. For example, ED25519 key pairs might not work on [some FIPS systems](https://gitlab.com/gitlab-org/gitlab/-/issues/367429). - Try to manually register your private SSH key by using `ssh-agent`. - Try to debug the connection by running `ssh -Tv git@example.com`. Replace `example.com` with your GitLab URL. -- GitLab