Skip to content

Instantly share code, notes, and snippets.

@mancubus77
Created November 14, 2023 10:10
Show Gist options
  • Save mancubus77/88e3525033962148068cc364ec9bf308 to your computer and use it in GitHub Desktop.
Save mancubus77/88e3525033962148068cc364ec9bf308 to your computer and use it in GitHub Desktop.
How to set private SSH key for git repository
git config core.sshCommand "ssh -i ~/.ssh/id_rsa-gitlab -F /dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment