To generate the SSH key (using the RSA algorithm) on Windows, you need to run in the terminal:
ssh-keygen -t rsa -b 4096 -C "your-email-address"
where is your-email-address
the email address of your Git repository provider.
Open the terminal and run the following command:
Enter the filename+.pub
extension. It will save the key there:
Enter the passphrase or press Enter
button:
The key will be generated and saved to the earlier provided place: