Create SSH Key
Creating an SSH key is very easy. Below is an example of how to generate an SSH key with the ssh-keygen
command.
Create SSH Key
ssh-keygen -t ed25519 -f ~/.ssh/nameofkey -N '' -C "comment goes here"
ssh-keygen -t rsa -f ~/.ssh/nameofkey -N '' -C "comment goes here"