github set up ssh code example
Example 1: add ssh key to github
> Enter a file in which to save the key (/c/Users/you/.ssh/id_rsa):[Press enter]
Example 2: add ssh to github
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Example 3: adding ssh in github
$ clip < ~/.ssh/rsa.pub
Example 4: add ssh key to github
> Enter passphrase (empty for no passphrase): [Type a passphrase]
> Enter same passphrase again: [Type passphrase again]