ubuntu create ssh key for github code example
Example 1: genrate shh key github
$ 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: create ssh key github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"