#1042 Hosting request for ldaphelper
Closed: Fixed None Opened 15 years ago by mbutcher.

Project name: ldaphelper

Project short summary: Python tools for working with LDAP.

SCM choice (git/hg/svn): git

Importing from another SCM? No

Project admin Fedora Account System account name: mbutcher

Trac Instance? Yes


Complete.

FAS group: gitldaphelper
Administrator: mbutcher

Anonymous git: git://git.fedorahosted.org/ldaphelper.git
Authenticated git: ssh://git.fedorahosted.org/git/ldaphelper.git

Trac instance: https://feodrahosted.org/ldaphelper

Let me know if you need any help :)

I'm having a little trouble with the initial checkin to my git repo. As I might have mentioned, I'm a git novice, so I am probably just doing something stupid. But here's the error (from shell):

{{{
mbutcher$ git push ssh://git.fedorahosted.org/git/ldaphelper.git/ master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
}}}

My fedora login is mbutcher, and I did try using ssh://mbutcher@git.fedorahosted..., but it gave the same error.

Host: OS X 10.5
SSH: OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006
git: 1.6.0.5

That git push looks right. I looked on the box and don't see any SSH key for you - did you upload one to FAS? Make one like so:

ssh-keygen -t rsa

And then upload your ~/.ssh/id_rsa.pub file

Also, if you want more realtime help, feel free to join #fedora-admin on irc.freenode.net where we hang out. My nick there is jds2001.

Well, there was my novice mistake. I didn't realize that the RSA key for my Fedora account was used for SSH. Uploaded a key and everything worked fine.

Login to comment on this ticket.

Metadata