mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Fix changes reccomended by @Gusted
This commit is contained in:
parent
526542b191
commit
082211ef12
1 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue