how to get ssh key in github code example
Example 1: github private key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: create ssh key mac github
$ ssh-keygen -t ed25519 -C "[email protected]"
Example 3: create ssh key github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 4: how to create ssh key for github
$ ssh-add ~/.ssh/id_ed25519