#5446 Unable to push to badges.git
Closed: Fixed None Opened 7 years ago by jflory7.

= bug description =

I am unable to push to the [https://git.fedorahosted.org/cgit/badges.git badges] repository even though I am a member of gitbadges. I am unable to use either SSH or HTTPS.

= bug analysis =

When I try to push, I don't appear to have authorization or privileges.

{{{
Permission denied (publickey).
}}}

I'm unsure as to what the issue might be with this. I'm using the same SSH key as the one I use for connecting to machines in Fedora's infrastructure as well.


Hi,

It looks like you don't have a configuration in .ssh/config for this user (that is not in the infrastructure ssh config), which means you're not providing a specific username, and it uses the username on yoru local machine.

Add this to your local .ssh/config:
Host fedorahosted.org *.fedorahosted.org
User jflory7

Login to comment on this ticket.

Metadata