diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md index 2b67983..c58a8f8 100644 --- a/content/security/ssh-key.md +++ b/content/security/ssh-key.md @@ -43,7 +43,7 @@ your laptop and your office PC you should generate separate keys for each machin ssh-keygen -t ed25519 -a 100 ``` - 3. This time, enter a new filepath when prompted (e.g., `~/.ssh/id_ed25519_codeberg`) to avoid overwriting the + 3. This time, enter a new filepath when prompted (e.g., `/home/knut/.ssh/id_ed25519_codeberg`) to avoid overwriting the existing key. 4. You will be asked for a passphrase; enter one if you'd like, or leave the prompt empty.