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 >}}