#8535 pagure.io doesn't accept pushes over ssh
Closed: Fixed by smooge. Opened by praiskup.

$ git push praiskup racy-beaker-tests-2
FATAL: W any forks/praiskup/copr/copr praiskup DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Neither git fetch works.

Same here (used git pull):

FATAL: R any fedora-qa/os-autoinst-distri-fedora lruzicka DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

I'm seeing this right now too, and I actually saw it happen before a few days back. That time it resolved itself fairly quickly, maybe it'll do the same today...

@lruzicka btw, sorry, I've been touching your git branch - I forgot we were in the same time zone now! I've been rebasing it on changes I've been making on master, so I can get them deploying on staging.

On
https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=29ea252757b1ba2c90581351060bc256bc87ad45

this was deleted from basessh:

diff --git a/roles/basessh/templates/sshd_config b/roles/basessh/templates/sshd_config
index 7ec4a85..840121a 100644
--- a/roles/basessh/templates/sshd_config
+++ b/roles/basessh/templates/sshd_config
@@ -43,11 +43,6 @@ AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
 AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
 AcceptEnv XMODIFIERS
-{% if sshd_keyhelper %}
-# For repospanner/git
-AuthorizedKeysCommandUser git
-AuthorizedKeysCommand /usr/libexec/pagure/keyhelper.py "%u" "%h" "%t" "%f"
-{% endif %}
 {% if sshd_sftp %}
 Subsystem sftp internal-sftp
 {% endif %}

could we try reverting this?

There were some changes in configs which cascaded into not allowing ssh to work. These problems have been fixed and ssh is now working.

There were some changes in configs which cascaded into not allowing ssh to work. These problems have been fixed and ssh is now working.

Metadata