mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
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:
parent
b66be2d324
commit
bbf5e3ab10
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue