ssh-keygenssh-keygen -t ed25519ssh-keygen -b 4096ssh-keygen -C "johndoe@example.com"ssh-keygen -f ~/.ssh/my_ssh_keyssh-keygen -N "password"ssh-keygen -E sha256ssh-keygen -assh-keygen -qNote: The parameters can be used in combination. For example, ssh-keygen -t ed25519 -b 4096 -C "johndoe@example.com" generates a key pair of type ed25519, with a length of 4096, and a comment of "johndoe@example.com".