generating a new ssh key and adding it to the ssh-agent code example
Example 1: linux create public key
ssh-keygen -t rsa -C "[email protected]"
Example 2: github private key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
ssh-keygen -t rsa -C "[email protected]"
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"