Answers for "how to create an ssh key in github"

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

what is ssh key in github

$ cd ~/.ssh
$ ls
Posted by: Guest on October-26-2020

Browse Popular Code Answers by Language