#3267 New public key problems
Closed: Fixed Opened by jconnor.

= bug description =
I created a new public key and uploaded it my account.
I waited for over an hour, but I still cannot ssh into my fedorapeople account or pull/push from git repositories

= bug analysis =
It seems like the new key was not deployed to the right (any?) servers

= fix recommendation =
Possibly manually run scripts or whatever is needed to deploy new rsa keys


You were attempting to connect to fedorapeople.org?
From what ip were you connecting? It is possible that you made the attempt too many times before you key was pushed to fedorapeople and your were locked out by denyhosts.

thanks

I found your ip and cleaned up the problem - and yes - that's what happened.

it should be fixed on fedorapeople.org - let me know if there are other hosts where you are experiencing this problem.

I'm still being denied to fedorapeople.org. I'm also not able to authenticate against git.fedorahosted.org.

My public IP today seems to be: 107.2.140.65

My newest public key should be:

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC11jLJs0Z8/nYsqIKVpkzTrDnU65DR/IqVuvIsncioWL0fTNIOg9y63fuSHmBZqys8EjNrvt+5xhLC5dTPmeTlbTkKIhQnAB9mJpC+jicUyP+7NO0TYvXtWVAnK/BUrEbiC1npKgK7Ns7WGvy/ZfiBYXal2SXe897YjSfXdsFKmjt5Ac7HJTED2qzv/aOGZ0GqxjXoJAMEVUeTXSjic54ihvBS/Ggk522wL8oEpLVEN852fSKUAcbfS47uWTZfKxJ6WKDA9g2JRKu36aXw7vqLAPfJaVR+nJWXhxTXMgsEMEZOZ4lLkIm1cCFNM05eIMsiCPlqDivNLiW5FjIJfknj jconnor@precision

Thank you.

When you changed ssh keys did you run:

ssh-add -D

and then:
ssh-add

?

I suspect your ssh agent still has the old key

I will unlock your ip, again

If you continue to have problems - if you can - pop by freenode irc in #fedora-admin and ask for skvidal.

Hi skvidal,

I appreciate you help on this.

You were right, I spaced the agent. ssh-add fixed the problem and I'm able to ssh into fedorapeople.

But, I still can't use fedorahosted.

» git pull --rebase
ssh_exchange_identification: Connection closed by remote host
fatal: The remote end hung up unexpectedly

Does git maintain a separate cache of ssh keys?

no - it doesn't have a separate set of keys but fedorahosted.org is a different system and you have likely been denyhosted there. It should be fixed now.

please try again

Thanks skvidal!

All better now :)

Metadata