Last active
January 24, 2021 19:49
-
-
Save marvin-marvin/48c57ded49adba5cda7d9ef34920ac68 to your computer and use it in GitHub Desktop.
github key push master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# insert in ~/.ssh/config | |
Host github.com | |
IdentityFile ~/.ssh/github_only_rsa | |
StrictHostKeyChecking no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment