mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
ssh-keygen: Add ed25519 example
This commit is contained in:
parent
3a4d88361d
commit
687d2c2ea5
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
`ssh-keygen -f ~/.ssh/{{filename}}`
|
||||
|
||||
- Generate an ed25519 key with 100 key derivation function rounds:
|
||||
|
||||
`ssh-keygen -t ed25519 -a 100`
|
||||
|
||||
- Generate a DSA 2048 bit (default) key:
|
||||
|
||||
`ssh-keygen -t dsa`
|
||||
|
|
Loading…
Add table
Reference in a new issue