From 07ee47fa59107e734a72c402755ae2222c17bf48 Mon Sep 17 00:00:00 2001 From: arbor Date: Sun, 12 Jul 2026 15:49:35 -0500 Subject: [PATCH] docs: Add tip for first time SSH connection Related: Codeberg/Documentation#832 --- 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