From bbf5e3ab104b9a9f4ffb056ed0dd16f6d35d9af9 Mon Sep 17 00:00:00 2001 From: Arbor Date: Mon, 13 Jul 2026 10:40:26 +0200 Subject: [PATCH] docs: Add tip for first time SSH connection (#843) This adds a tip for users connecting to Codeberg for the first time that they may need to verify the host fingerprint. Closes: Codeberg/Documentation#832 Co-authored-by: arbor Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/843 Reviewed-by: Robert Wolff --- content/security/ssh-key.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md index 0d6acf8..cd2bb78 100644 --- a/content/security/ssh-key.md +++ b/content/security/ssh-key.md @@ -133,6 +133,14 @@ Do this simple test: ssh -T git@codeberg.org ``` +
+{% admonition "tip" %} + +If this is your first time connecting to Codeberg, you may be warned by your SSH client that the authenticity of the host cannot be established. +In this case, you will need to [verify the host fingerprint](/security/ssh-fingerprint/). + +{% endadmonition %} + The output should look like this: ```text