how to get github ssh key code example
Example 1: github private key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: github generate new ssh key
$ ssh-keygen -t ed25519 -C "[email protected]"
Example 3: what is ssh key in github
$ cd ~/.ssh
$ ls