Answers for "where to paste ssh key in github"

0

github how to add ssh key

Host *
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile ~/.ssh/id_rsa
Posted by: Guest on May-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language