github how to setup public key code example
Example 1: how to create ssh key for github
$ eval "$(ssh-agent -s)"
> Agent pid 59566
Example 2: how to create ssh key for github
$ ssh-add ~/.ssh/id_ed25519
$ eval "$(ssh-agent -s)"
> Agent pid 59566
$ ssh-add ~/.ssh/id_ed25519