From cd9500de4c198aa4fb19ec2ce545abca903b6b4e Mon Sep 17 00:00:00 2001 From: medusa Date: Tue, 28 May 2024 06:09:46 +0000 Subject: [PATCH] Update tech_docs/ssh-agent.md --- tech_docs/ssh-agent.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)