Encryption

From Jeremy Bryan Smith
Revision as of 16:24, 1 December 2015 by Jeremy (talk | contribs) (Created page with "=Key Management= ==SSH Key Management== ===Key Creation=== As of December 2015, the most secure key type is ed25519 with 4096-bit:<pre>ssh-keygen -t ed25519 -b 4096 -C my@emai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Key Management

SSH Key Management

Key Creation

As of December 2015, the most secure key type is ed25519 with 4096-bit:

ssh-keygen -t ed25519 -b 4096 -C my@email.com -f keyfile

Older clients may not support ed25519, but fuck them.