Commit ca8639a4 authored by Felix Eckhofer's avatar Felix Eckhofer

Clarify the key generation step

Users must not change the default filename or they will have to create a
suitable .ssh/config which is out-of-scope here.
parent d17945bb
......@@ -20,8 +20,9 @@ To generate a new SSH key, use the following command:
ssh-keygen -t rsa -C "$your_email"
```
This command will prompt you for a location and filename to store the key
pair and for a password. When prompted for the location and filename, you
can press enter to use the default.
pair and for a password. When prompted for the location and filename, just
press enter to use the default. If you use a different name, the key will not
be used automatically.
Use the command below to show your public key:
```bash
......
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