Skip to content
Snippets Groups Projects
Commit 9c942fd1 authored by Hampölz, Rene's avatar Hampölz, Rene
Browse files

docs(ssh): Improve note about existing keys

parent b18543d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment