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 <arbor@woodsprite.dev>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/843
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
Arbor 2026-07-13 10:40:26 +02:00 committed by Robert Wolff
parent b66be2d324
commit bbf5e3ab10

View file

@ -133,6 +133,14 @@ Do this simple test:
ssh -T git@codeberg.org
```
<br>
{% 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