From 9c942fd1dbf4998f5c4f23a88af5ed55c13c4e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= <hampoelz@student.tugraz.at> Date: Thu, 24 Oct 2024 10:54:27 +0200 Subject: [PATCH] docs(ssh): Improve note about existing keys --- docs/ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ssh.md b/docs/ssh.md index fb4891f..83678fa 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. +> 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. ### 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. +> 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. ### Linux -- GitLab