Correction of markdown in SSH docs

This commit is contained in:
Laurens Stötzel 2015-11-25 12:27:07 +00:00
parent ef2bc0f0bf
commit 82ff9e6593
1 changed files with 3 additions and 2 deletions

View File

@ -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
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"
```
This command will prompt you for a location and filename to store the key