bolierplate-codes
GitHub Ssh Connections

How to clone Repository using Github SSH

I'm using Linux machine right now

Step 1

Generate SSH Keys

ssh-keygen -C githubAuth

Step 2

Now paste id_(***).pub key to SSH Keys and add title.

Step 3

Now copy the ssh link of the repo you want to copy.

Step 4

Congratulations you have cloned the repo...