Skip to content

Instantly share code, notes, and snippets.

@eicu
Created October 11, 2022 22:58
Show Gist options
  • 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" [email protected]: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