diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md index 33a5320..ebb0452 100644 --- a/content/security/ssh-key.md +++ b/content/security/ssh-key.md @@ -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 Enter. +3. When you're prompted to "Enter a file in which to save the key", press Enter. 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). User Settings