Created
June 7, 2011 13:32
-
-
Save rbialek/1012262 to your computer and use it in GitHub Desktop.
ssh/.config
This file contains 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.com | |
User git | |
Hostname github.com | |
PreferredAuthentications publickey | |
IdentityFile /home/user/.ssh/id_rsa |
Oh whoops just read your comment again. You need to generate a new key and skip the passphrase part. Just don't enter anything. Then go through the whole process again, add to profile, etc.
thanks for that!
This sort of configuration appears to be required if you want to use PHPStorm to clone from VCS via WSL.
ssh-add {rsa_file}
It works.
@rohitchormale, you're genius!!!
@rohitchormale thank you!
@rohitchormale thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @wsdookadr, keys are added:
\
Thanks @LarsPeterson,
key added to profile:
not sure what you mean by 'using the SSH URL when making the connection to origin', maybe this?
note I'm only trying to get rid of the key passphrase prompt (the ssh keys are working in that I don't have to enter username and password each time... just passphrase)