On Fri, Apr 13, 2012 at 12:59 PM, Tuukka Verho <[email protected]> wrote: > Hi all, > > I've made some modifications to the ball and stick engine to draw correctly > bonds that cross periodic boundaries. However, I cannot push the commit > because gerrit rejects my ssh connection. > > I created a gerrit account and generated an ssh public key. Yet, I get the > error > > $ git gerrit-push > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > The public key I pasted to my gerrit account matches my id_rsa.pub file for > sure. I went through all the troubleshooting instructions to no avail. > Gerrit is working fine, you need to ensure you get both the correct public key and the correct user name. This is not like github where everyone uses git@, each user has a username. You can try connecting directly using,
ssh [email protected] If it recognizes you it will have the name you supplied. You can use -vv to get more detail on the keys your SSH client is trying. Thanks, Marcus ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Avogadro-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avogadro-devel
