Answers for "how to add ssh key to repo"

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