On Wed, Aug 5, 2009 at 7:56 PM, Scotty Auble<[email protected]> wrote: > > Anyone know how to successfully upload an ssh key. I created this key > using cygwin and ssh-keygen: > > ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyWa/ > 3SNWCiZZUCMYum9hKqb4DMbh1Y1paIpUICshVzY6ZDygtL6HbXZBYrGckC3n54oSZ/eW > +H01Xqqcs2FvRILoasAnUX2GCVCNCceQUwusMaDkdZm/lSdUgLRfzUdgBw0w7I+Aso > +UL1Omljdl3aSpErWgljW4atQtItz/ > Ss3OGW0W3+HmklvuNXABX9e4RSuIUO1bsusRE6f8vyJHPxnnPlCN9sluE4D6TPneHlXRexO4jXA8rwwh4g6pI1bJOVLOIKdJ2WAyt2q6oW606MVAHdQCh > +QvKYGTACJuIF9TtSg1ZzCucISmskpXwROZGyNsbDlO9CgrJcXVkx4CLQ== > > Then I generate the key with ssh-keygen -y and save it to a file, then > open the file in notepad, select the key and copy it, then paste it > into the "upload key" text box in git account. I always get "invalid > key" error. Stuck here. Thanks in advance for help.
Make sure it's all on one single line (eg no newlines in what you paste) when you paste it. > Scotty JS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
