Created
May 1, 2022 19:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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