Answers for "configure new ssh key git terminal"

1

git specify ssh key for repo

# Add this to ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa_github
Posted by: Guest on February-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language