git ssh key purpose code example
Example 1: github private key
$ 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