ssh-keygen -o -a 100 -t ed25519
-a
: The numbers of KDF (Key Derivation Function) rounds. Higher numbers result in slower passphrase verification, increasing the resistance to brute-force password cracking should the private-key be stolen.-t
: The type of key to create.
- Fast
- Small public key