Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored Dec 1, 2024
1 parent 0f83e7e commit b8ce8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/painless-git-ssh-setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down

0 comments on commit b8ce8aa

Please sign in to comment.