- ED25519
ssh-keygen -o -a 100 -t ed25519 -C [email protected]
- RSA
ssh-keygen -o -a 100 -t rsa -b 4096 -C [email protected]
- Private (includes public key)
gpg -a --export-secret-keys -o /path/to/private.asc
- Public
gpg -a --export -o /path/to/public.asc
- Owner Trust
gpg --export-ownertrust > /path/to/ownertrust.txt