ssh add key github code example
Example 1: ssh github generate key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: create ssh key github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 3: how to create ssh key for github
> Generating public/private ed25519 key pair.