ssh-keygen best practice
July 04, 2019
Just a quick note since I’m looking this up so often. To create an SSH key with the latest public key algorithm and some extra KDF rounds, use this command:
ssh-keygen -t ed25519 -a 100
See: “What are ssh-keygen best practices?” on StackExchange.