From b8ce8aaaf0a944f895aed8b398593802debe5bd4 Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:46:58 +0200 Subject: [PATCH] Update index.md --- content/blog/painless-git-ssh-setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/painless-git-ssh-setup/index.md b/content/blog/painless-git-ssh-setup/index.md index 7b6e746..a833152 100644 --- a/content/blog/painless-git-ssh-setup/index.md +++ b/content/blog/painless-git-ssh-setup/index.md @@ -55,7 +55,7 @@ Creating the `.ssh/keys` directory helps manage multiple SSH keys if needed. {{< tabs items="Linux/MacOS,Windows" >}} {{< tab >}} ```shell - ssh-keygen -t ed25519 -b 4096 -a 100 -C private-pc -f ~/.ssh/keys/githb + ssh-keygen -t ed25519 -b 4096 -a 100 -C private-pc -f ~/.ssh/keys/github ``` {{< /tab >}}