For creating an ssh key, you can use the command ssh-keygen
.
If you'd like to use a custom filename for your key, you can include that by adding the -f
argumet, such as in the example:
ssh-keygen -t rsa -b 4096 -C "[email protected]" -f ~/.ssh/my_custom_key_rsa