docs: Add tip for first time SSH connection

Related: Codeberg/Documentation#832
This commit is contained in:
arbor 2026-07-12 15:49:35 -05:00
parent 7f3958fe80
commit 07ee47fa59
No known key found for this signature in database

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