Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git specify ssh key for repo

# Add this to ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa_github
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #git #ssh #key #repo
ADD COMMENT
Topic
Name
3+2 =