Skip to content
Snippets Groups Projects
Commit 4e812382 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update ssh-keys.md

parent 4dfdd4f1
No related branches found
No related tags found
No related merge requests found
Pipeline #37015 passed with warnings
......@@ -5,7 +5,7 @@
To generate a new keypair of your public and private key, use the `ssh-keygen` tool:
```console
local $ ssh-keygen -C 'username@organization.example.com' -f additional_key
local $ ssh-keygen -t ed25519 -C username@organization.example.com' -f additional_key
```
!!! note
......
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