Skip to content
Snippets Groups Projects
Commit 072f2146 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change of instructions for ssh key

parent 73b0691a
No related branches found
No related tags found
No related merge requests found
......@@ -39,13 +39,13 @@ Check if you already have an SSH key:
$ ls -al ~/.ssh
```
<br>
If there is a file with an extension `.pub`, you already have an SSH key.
If there are 2 files with `id_rsa` in their name, you already have an SSH key.
<div class="fragment">
<br><br>
If you don’t have yet an SSH key, you have to generate one:
```bash
$ ssh-keygen -t rsa
$ ssh-keygen -t rsa -b 4096
```
<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment