is there a way to reduce number of times private key needs to be supplied on push all?
Accepted answer
Thanks for the info Ian. I don't know of a way to bypass inputting your ssh private key every time. I'll submit an enhancement request.
One other answer
Hi Ian,
1) Go to "Tools >> Settings >> Git Settings"
2) Under "Git Credentials Storage" tick the "enable storage" checkbox and press "Update"
With that option set, the next time you perform a Git operation that requires authentication there will be a "Don't prompt me again" checkbox to save your credentials.
Comments
Lauren Hayward Schaefer
JAZZ DEVELOPER Jun 19 '13, 6:44 a.m.Hi Ian,
Can you clarify the steps you're taking? Are you using JazzHub to edit code? Is your openshift repo a github repo?
ian green
JAZZ DEVELOPER Jun 19 '13, 7:17 a.m.Hello Lauren,
Using jazzhub to edit code. Pushing that code to my openshift repo, from where i can deploy to openshift cloud and run the application.
When I push code to my openshift git repository, jazzhub prompts me for my ssh private key. My question is whether I'm using jazzhub efficiently -- repeatedly supplying my key is a bit clumsy.