diff --git a/Project-Setup-Guide-for-Project%3A-Serenity.md b/Project-Setup-Guide-for-Project%3A-Serenity.md index bb98189..ff68b3e 100644 --- a/Project-Setup-Guide-for-Project%3A-Serenity.md +++ b/Project-Setup-Guide-for-Project%3A-Serenity.md @@ -37,7 +37,7 @@ Open **Git Bash** and run (include the quotations, but change the email to your `ssh-keygen -t ed25519 -C "your_email@example.com"` * Press Enter to accept the default location (/C/Users/YourName/.ssh/id_ed25519) -* It will ask you to set a password, but it is optional. You can simply press Enter again to skip. +* It will ask you to set a password, but it is optional and recommended to leave blank. You can simply press Enter again to skip. This generates: * id_ed25519 (your private key - **keep this safe**)