Github

Adding a new SSH key to your GitHub account

Pinterest LinkedIn Tumblr

Run-in terminal

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Now check your file

Enter file in which to save the key (/Users/siddharthshukla/.ssh/id_rsa): 

cat id_rsa.pub 

copy your code and put inside of setting SSH keys New SSH key

Write A Comment