That is a very nice way if you want to dont write your password for every push in Github :)
cd ~/.ssh
ls
If you have "id_rsa.pub" you dont need to generate it but if you dont have it lets make it
ssh-keygen -o -t rsa -C "azibom@gmail.com"
Now you should see it in ~/.ssh
Lets open it
cat cat ~/.ssh/id_rsa.pub
Now copy what you see and go to your github
Go to Account Settings > Ssh keys and pase what you have been copied
And now save it
Done
Top comments (0)