Answers for "how to add git ssh key"

0

terminal git add ssh key

$ ssh-add ~/.ssh/id_rsa
Posted by: Guest on October-06-2020
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