From ce01c4f023e0cbedb7e416a09d267f522d03f21f Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:21:33 +0100 Subject: [PATCH] Update index.md --- content/blog/painless-git-ssh-setup/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/blog/painless-git-ssh-setup/index.md b/content/blog/painless-git-ssh-setup/index.md index 4f2589d..92c1431 100644 --- a/content/blog/painless-git-ssh-setup/index.md +++ b/content/blog/painless-git-ssh-setup/index.md @@ -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" >}} @@ -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 `` twice. -{{< /callout >}} +> [!IMPORTANT] +> It is recommended that you set a password on your SSH key. +> But you can skip setting a password by pressing `` twice. Now your `.ssh` tree will look like: {{< filetree/container >}}