Skip to content

Instantly share code, notes, and snippets.

@gabrielfalcao
Created June 8, 2021 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielfalcao/cbb5fe7c0eedb01d9e473eb4f28f079c to your computer and use it in GitHub Desktop.
Save gabrielfalcao/cbb5fe7c0eedb01d9e473eb4f28f079c to your computer and use it in GitHub Desktop.
Configure private key for git repo
git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment