All tools / Auth
ssh-keygen command builder
Compose a safe ssh-keygen invocation for ed25519 (or RSA/ECDSA) with comment, path, and KDF rounds.
Command
Next steps
Install the public key with ssh-copy-id -i ~/.ssh/id_ed25519.pub user@host
or append it to ~/.ssh/authorized_keys. Prefer ed25519; RSA is here for legacy boxes.