Push into git hub using SSH :
1.In the linux machine create ssh key using below cmd:
$ssh-keygen
2.It will create 3 files and the file with name as "id_ras.pub" is the public we are intrested in.
3.Copy content of "id_ras.pub".
4.Navigate to your gitgub account and Click on your profile->Settings.
5.You will be able to SSH and Key gen.Paste copied ssh public key content over here and click on Add.
0 Comments