From 14449036b24c9f35a5bb04c24a15d4f03f73c68e Mon Sep 17 00:00:00 2001 From: Lucas Mathews Date: Wed, 24 Dec 2025 14:32:06 +0100 Subject: [PATCH] Add note --- Public/Guides/create-shh-keys.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Public/Guides/create-shh-keys.md b/Public/Guides/create-shh-keys.md index 8dd6a23..10f3935 100644 --- a/Public/Guides/create-shh-keys.md +++ b/Public/Guides/create-shh-keys.md @@ -15,7 +15,8 @@ Run the following commands: cd ~/.ssh ssh-keygen -t ed25519 -C "your_email@example.com" ``` - +> [!NOTE] +> You can also use a name instead of the email address i.e. `"lucas-desktop"` ## Add Keys to ssh-agent Run the following command