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