Generate your first ssh key, for this type the following command line in your terminal:
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Now copy the content of your public key and add it to Github:
cat /home/username/.ssh/id_rsa.pub
Go to the following folder: ~/.ssh
by typing: cd ~/.ssh
. And rename your keys: