ssh-keygen: Remove DSA example

coverage
Starbeamrainbowlabs 2018-02-06 18:33:05 +00:00
parent 687d2c2ea5
commit 5b8c7245fd
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@
`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:
`ssh-keygen -t rsa -b 4096 -C "{{email}}"`