git add ssh key terminal code example
Example 1: genrate shh key github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: terminal git add ssh key
$ ssh-add ~/.ssh/id_rsa
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
$ ssh-add ~/.ssh/id_rsa