# Steps to take to
make sshkeys for github
1. ssh-keygen -t rsa
-b 4096 -f github_file -C "example"
2. create a
passphrase
3. eval "$(ssh-agent
-s)" # runs ssh-agent in the background
4. add the public
key to your github account
5. ssh-add
~/.ssh/id_rsa # take the path of the private key
6. git remote
set-url origin git@github.com:username/your-repository.git # use
clone SSH of Gitlab and Github