diff --git a/tech_docs/ssh-agent.md b/tech_docs/ssh-agent.md index 909a08c..411444c 100644 --- a/tech_docs/ssh-agent.md +++ b/tech_docs/ssh-agent.md @@ -1,4 +1,6 @@ -ssh-keygen -t ed25519 -C "your_email@example.com" +```sh +ssh-keygen -t ed25519 -C "newton214@gmail.com" +``` # Press Enter to accept the default file location # Enter and confirm a passphrase (recommended)