Open Pysis868 opened 9 years ago
Btw, in case someone comes across this issue, I have eliminated the password requirement using plink and pageant, which seems to integrate nicely into my existing setup. I have documented the details in what seemed to be a helpful thread for setting up repository communication, as referenced by the readme:
Since then I have found this information as "tips" (it was hiding :) ):
Working with SSH repositories: SSH protocol is currently a bit more difficult, so you'll have to use command line or try to follow these tips:
SSH key passphrases are always better to use:
Readme says:
This should be changed, and instructions added to use a secure approach.
I have added my key to Pageant from the PuTTy distribution, and to the GitHub server. The error I see in Brackets show this code for about 30 seconds to a minute:
When executing
ssh -T -vvv git@github.com
in the terminal:GitHub for Windows worked before ever messing with Pageant, but it may use a different key, and I'm not exactly sure what to investigate here.