-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
None
-
Testable
https://pagure.io/fedora-infrastructure/issue/12548
After multiple retries of logging in and out after adding/removing SSH public keys at `accounts.fedoraproject.org` and `src.fedoraproject.org`, I still get the following error messages when trying to clone with fedpkg.
```
user@host:~/playground$ fedpkg clone repo
Cloning into 'repo'...
jchzhou@pkgs.fedoraproject.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could not execute clone: Failed to execute command.
```
@u2fsdgvkx1 also happened to reproduce this issue: his SSH pubkey is still usable for pulling/pushing after being removed from `account.f.o`
Q:
- How are SSH keys synchronized from `account.f.o` to `src.f.o`?
- Are they transferred instantly or every hour/day via scripts/playbooks in crontab?
- Is there any way that I can trigger the transfer process manually?