github desktop add ssh-key code example
Example 1: ssh github generate key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: how to create ssh key for github
> Enter a file in which to save the key (/home/you/.ssh/id_ed25519): [Press enter]