Answers for "how to add ssh key to github in sou"

5

add ssh key to github

$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Posted by: Guest on April-12-2020
1

add ssh to github

$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Posted by: Guest on November-30-2020

Browse Popular Code Answers by Language