creating new ssh keys and adding them to github then code example
Example 1: add ssh key to github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: github pulic keys
curl https://github.com/<username>.keys
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
curl https://github.com/<username>.keys