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

change of instructions for ssh key

parent f0842afd
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: ...@@ -39,13 +39,13 @@ Check if you already have an SSH key:
$ ls -al ~/.ssh $ ls -al ~/.ssh
``` ```
<br> <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"> <div class="fragment">
<br><br> <br><br>
If you don’t have yet an SSH key, you have to generate one: If you don’t have yet an SSH key, you have to generate one:
```bash ```bash
$ ssh-keygen -t rsa $ ssh-keygen -t rsa -b 4096
``` ```
<br> <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