githubb use specific ssh key code example
Example 1: create ssh key github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: what is ssh key in github
$ cd ~/.ssh
$ ls
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
$ cd ~/.ssh
$ ls