Skip to content

Instantly share code, notes, and snippets.

@eicu
Created October 11, 2022 22:58
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 eicu/fabf095a1374694eb753ddd9abc2d441 to your computer and use it in GitHub Desktop.
Save eicu/fabf095a1374694eb753ddd9abc2d441 to your computer and use it in GitHub Desktop.
Git SSH Key
git clone -c "core.sshCommand=ssh -i ~/.ssh/id_rsa_example -F /dev/null" git@github.com:example/example.git
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