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 17, 2024
1 parent 9cf34c7 commit ce01c4f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions content/blog/painless-git-ssh-setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ If everything went successfully, the `.ssh` directory tree will look like:
{{< /filetree/folder >}}
{{< /filetree/container >}}

{{< callout type="info" >}}
Creating the `.ssh/keys` directory helps manage multiple SSH keys if needed.
{{< /callout >}}
> [!TIP]
> Creating the `.ssh/keys` directory helps manage multiple SSH keys if needed, it's completely optional.
## Generate an SSH Key Pair
{{< tabs items="Linux/MacOS,Windows" >}}
Expand All @@ -67,9 +66,9 @@ Creating the `.ssh/keys` directory helps manage multiple SSH keys if needed.
{{< /tab >}}
{{< /tabs >}}

{{< callout type="info" >}}
You can set a password (recommended) or skip it by pressing `<Enter>` twice.
{{< /callout >}}
> [!IMPORTANT]
> It is recommended that you set a password on your SSH key.
> But you can skip setting a password by pressing `<Enter>` twice.
Now your `.ssh` tree will look like:
{{< filetree/container >}}
Expand Down

0 comments on commit ce01c4f

Please sign in to comment.