From 19352164302b0752b9375d6ac43ea42cdc9e46a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= <hampoelz@student.tugraz.at>
Date: Thu, 24 Oct 2024 18:02:31 +0200
Subject: [PATCH] docs(ssh): Simplify note about existing keys

---
 docs/ssh.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/ssh.md b/docs/ssh.md
index 83678fa..2a53cea 100644
--- a/docs/ssh.md
+++ b/docs/ssh.md
@@ -24,7 +24,7 @@ To be able to clone your project from the [TU Graz GitLab](https://gitlab.tugraz
 
 Next steps: [Generating a new SSH key](#generating-a-new-ssh-key)
 
-> If you have already generated an SSH key, keep in mind to add it to the ssh-agent suing the `ssh-add` command. If you are not sure how to do this, simply follow all steps from the [Generating a new SSH key](#generating-a-new-ssh-key) section again. 
+> Note: If you have already set up an SSH key for [TU Graz GitLab](https://gitlab.tugraz.at/), keep in mind to add it to the ssh-agent suing the `ssh-add` command. If you are not sure how to do this, simply follow all steps from the [Generating a new SSH key](#generating-a-new-ssh-key) section again.
 
 ### MacOS
 
@@ -32,7 +32,7 @@ When using MacOS, the SSH authentication agent should be started automatically.
 
 Next steps: [Generating a new SSH key](#generating-a-new-ssh-key)
 
-> If you have already generated an SSH key, keep in mind to add it to the ssh-agent suing the `ssh-add` command. If you are not sure how to do this, simply follow all steps from the [Generating a new SSH key](#generating-a-new-ssh-key) section again. 
+> Note: If you have already set up an SSH key for [TU Graz GitLab](https://gitlab.tugraz.at/), keep in mind to add it to the ssh-agent suing the `ssh-add` command. If you are not sure how to do this, simply follow all steps from the [Generating a new SSH key](#generating-a-new-ssh-key) section again.
 
 ### Linux
 
@@ -53,12 +53,10 @@ Next steps: [Generating a new SSH key](#generating-a-new-ssh-key)
    fi
    ```
 
-> Note: If you have already set up an SSH key for [TU Graz GitLab](https://gitlab.tugraz.at/) and you want to reuse it _(see [Generating a new SSH key](#generating-a-new-ssh-key))_, make sure that the key is named `tugraz_rsa`. If not, you may have to adapt the above script accordingly.
+> Note: If you have already set up an SSH key for [TU Graz GitLab](https://gitlab.tugraz.at/), keep in mind to add it to the ssh-agent suing the `ssh-add` command. You may also need to adapt the above script accordingly with your existing key. If you are not sure how to do any this, simply follow all steps from the [Generating a new SSH key](#generating-a-new-ssh-key) section again.
 
 Next steps: [Generating a new SSH key](#generating-a-new-ssh-key)
 
-> If you have already generated an SSH key, keep in mind to add it to the ssh-agent.
-
 #### Fish
 
 1. Install the [Fundle plugin manager](https://github.com/danhper/fundle).
-- 
GitLab