mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
ssh-keygen: Remove DSA example
This commit is contained in:
parent
687d2c2ea5
commit
5b8c7245fd
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
||||||
|
|
||||||
`ssh-keygen -t ed25519 -a 100`
|
`ssh-keygen -t ed25519 -a 100`
|
||||||
|
|
||||||
- Generate a DSA 2048 bit (default) key:
|
|
||||||
|
|
||||||
`ssh-keygen -t dsa`
|
|
||||||
|
|
||||||
- Generate an RSA 4096 bit key with your email as a comment:
|
- Generate an RSA 4096 bit key with your email as a comment:
|
||||||
|
|
||||||
`ssh-keygen -t rsa -b 4096 -C "{{email}}"`
|
`ssh-keygen -t rsa -b 4096 -C "{{email}}"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue