Commit 82ff9e65 authored by Laurens Stötzel's avatar Laurens Stötzel

Correction of markdown in SSH docs

parent ef2bc0f0
...@@ -15,7 +15,8 @@ Note: It is a best practice to use a password for an SSH key, but it is not ...@@ -15,7 +15,8 @@ Note: It is a best practice to use a password for an SSH key, but it is not
required and you can skip creating a password by pressing enter. Note that required and you can skip creating a password by pressing enter. Note that
the password you choose here can't be altered or retrieved. the password you choose here can't be altered or retrieved.
To generate a new SSH key, use the following commandGitLab```bash To generate a new SSH key, use the following command:
```bash
ssh-keygen -t rsa -C "$your_email" ssh-keygen -t rsa -C "$your_email"
``` ```
This command will prompt you for a location and filename to store the key This command will prompt you for a location and filename to store the key
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment