Fix changes reccomended by @Gusted

This commit is contained in:
emholt1 2026-03-18 22:07:08 +01:00
parent 526542b191
commit 082211ef12

View file

@ -5,7 +5,7 @@ eleventyNavigation:
parent: Security
order: 20
---
Opposed to using HTTPS, SSH keys provide a safer and passwordless way to authenticate with Codeberg.
In comparison to using HTTPS, SSH keys provide a safer and passwordless way to authenticate with Codeberg.
It is recommended to use one key per client. This means that if you access your Codeberg repository from your home PC,
your laptop and your office PC you should generate separate keys for each machine.
@ -28,7 +28,7 @@ your laptop and your office PC you should generate separate keys for each machin
> Generating public/private ed25519 key pair.
```
4. When you're prompted to "Enter a file in which to save the key", press <kbd>Enter</kbd>.
3. When you're prompted to "Enter a file in which to save the key", press <kbd>Enter</kbd>.
This accepts the default file location:
```shell
@ -100,7 +100,7 @@ On Linux with Wayland, use the `wl-copy` utility. (This may require an installat
These commands will copy the contents of id_ed25519.pub (your SSH public key) to your clipboard.
2. Navigate to your [user settings.](https://codeberg.org/user/settings)
2. Navigate to your [user settings](https://codeberg.org/user/settings).
<img src="/images/security/user-settings.png" alt="User Settings">