Peter, I installed ssh not openssh, but I can do so. Should I give it a try?
Kent -----Original Message----- From: Peter Stuge [mailto:[email protected]] Sent: Thursday, September 18, 2014 6:10 PM To: [email protected] Subject: Re: [OpenOCD-devel] Help pushing a patch Kent Brinkley wrote: > I pulled a new copy of the repository using the instruction and > re-applied my changes but I still not able to push them. I included > the error message and new copy of .git/config file: > > openocd@ubuntu:~/openocd$ git push review Permission denied > (publickey). This error message tells us that the server is not allowing you in. > url = ssh://[email protected]:29418/openocd.git This now looks fine. > Will re-generate the ssh keys one more time – I do a copy and paste of > public key into SSH Public Keys under settings. > FYI, I had no problem getting the scp command to work. When scp works your public key is correctly entered in gerrit. Make sure that your private key is available to the openocd user which you use to run the git push command. If you're the only human using this system you can copy the private key file around, it's stored in ~/.ssh/id_rsa, but note that OpenSSH requires 0600 permissions and ownership matching the user wanting to use the key. //Peter ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
