Generate SSH Keys in Linux (Fedora 35)
RSA
The simplest way is to execute the following command:
ssh-keygen -t rsa
This is how the whole process looks like in console. Please note that I did override the default key-pair location.
[terminator@fedora ~]$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save