how to setup ssh github code example
Example 1: add ssh to github
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Example 2: adding ssh in github
$ clip < ~/.ssh/rsa.pub
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
$ clip < ~/.ssh/rsa.pub