make an ssh key code example
Example 1: ssh get key
cat ~/.ssh/id_ed25519.pub
Example 2: add ssh key to github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"