Skip to content

Instantly share code, notes, and snippets.

@vshmoylov
Created May 1, 2022 19:33
Show Gist options
  • Save vshmoylov/479f2e5e9ed6cfab26540129366ef878 to your computer and use it in GitHub Desktop.
Save vshmoylov/479f2e5e9ed6cfab26540129366ef878 to your computer and use it in GitHub Desktop.
[git, windows, intellij] Sample ssh config for git authentication using keys. Particularly is helpful for intellij idea. Source: https://stackoverflow.com/a/60612744
Host github
Hostname github.com
User git
IdentityFile "D:/path/to the/private.key"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment