Long story short I lost my home directory where I do all of my packager activities (separate from my main user) so I'm setting things up from scratch.
I created new ssh keys and uploaded the public key to admin.fedoraproject.org and pasted into pagure.io. It's been over an hour and I'm still getting:
$ fedpkg clone hamlib Cloning into 'hamlib'... hobbes1069@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.
I've also updated my API tokens, which is STILL not well documented. I pasted them in the appropriate spot in "/etc/rpkg/fedpkg.conf" which isn't real intuitive.
Thanks, Richard
On Sun, Mar 29, 2020 at 12:32:33PM -0500, Richard Shaw wrote:
Long story short I lost my home directory where I do all of my packager activities (separate from my main user) so I'm setting things up from scratch.
I created new ssh keys and uploaded the public key to admin.fedoraproject.org and pasted into pagure.io. It's been over an hour and I'm still getting:
Yeah, please try again now.
Currently the sync time is really long due to various reasons. I'll try and impove this next week...
In the mean time I have done a manual sync.
kevin
On Sun, Mar 29, 2020 at 1:28 PM Kevin Fenzi kevin@scrye.com wrote:
On Sun, Mar 29, 2020 at 12:32:33PM -0500, Richard Shaw wrote:
Long story short I lost my home directory where I do all of my packager activities (separate from my main user) so I'm setting things up from scratch.
I created new ssh keys and uploaded the public key to admin.fedoraproject.org and pasted into pagure.io. It's been over an
hour
and I'm still getting:
Yeah, please try again now.
Currently the sync time is really long due to various reasons. I'll try and impove this next week...
In the mean time I have done a manual sync.
Thanks for that! Meant to say something earlier.
However, I'm still not able to log into the test instances.
Thanks, Richard
On Tue, Mar 31, 2020 at 07:14:46AM -0500, Richard Shaw wrote:
On Sun, Mar 29, 2020 at 1:28 PM Kevin Fenzi kevin@scrye.com wrote:
On Sun, Mar 29, 2020 at 12:32:33PM -0500, Richard Shaw wrote:
Long story short I lost my home directory where I do all of my packager activities (separate from my main user) so I'm setting things up from scratch.
I created new ssh keys and uploaded the public key to admin.fedoraproject.org and pasted into pagure.io. It's been over an
hour
and I'm still getting:
Yeah, please try again now.
Currently the sync time is really long due to various reasons. I'll try and impove this next week...
In the mean time I have done a manual sync.
Thanks for that! Meant to say something earlier.
However, I'm still not able to log into the test instances.
Any of them? Odd. Can you file an infra ticket and we can look closer...
kevin
On Tue, Mar 31, 2020 at 12:11 PM Kevin Fenzi kevin@scrye.com wrote:
On Tue, Mar 31, 2020 at 07:14:46AM -0500, Richard Shaw wrote:
However, I'm still not able to log into the test instances.
Any of them? Odd. Can you file an infra ticket and we can look closer...
Let me try, I've only attempted rawhide so far.
Thanks, Richard
Hi,
I've changed my FAS ssh key and it's not updated for a few hours (fedorapeople and pkgs both have an old one). Should I report the issue somewhere?
Thank you
On Sun, Mar 29, 2020 at 8:35 PM Kevin Fenzi kevin@scrye.com wrote:
On Sun, Mar 29, 2020 at 12:32:33PM -0500, Richard Shaw wrote:
Long story short I lost my home directory where I do all of my packager activities (separate from my main user) so I'm setting things up from scratch.
I created new ssh keys and uploaded the public key to admin.fedoraproject.org and pasted into pagure.io. It's been over an hour and I'm still getting:
Yeah, please try again now.
Currently the sync time is really long due to various reasons. I'll try and impove this next week...
In the mean time I have done a manual sync.
kevin _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
On Mon, Apr 20, 2020 at 11:11:39AM +0200, Pavel Zhukov wrote:
Hi,
I've changed my FAS ssh key and it's not updated for a few hours (fedorapeople and pkgs both have an old one). Should I report the issue somewhere?
Yes, you should report it to infrastructure:
https://pagure.io/fedora-infrastructure/issues/
But it should be fixed now. I've changed things so pkgs/src.fedoraproject.org and fedorapeople.org update ssh keys every 15min now.
kevin
PS: I'm subscribed to the list, there's no need to cc me on posts. :)
kevin --
Thank you
On Sun, Mar 29, 2020 at 8:35 PM Kevin Fenzi kevin@scrye.com wrote:
On Sun, Mar 29, 2020 at 12:32:33PM -0500, Richard Shaw wrote:
Long story short I lost my home directory where I do all of my packager activities (separate from my main user) so I'm setting things up from scratch.
I created new ssh keys and uploaded the public key to admin.fedoraproject.org and pasted into pagure.io. It's been over an hour and I'm still getting:
Yeah, please try again now.
Currently the sync time is really long due to various reasons. I'll try and impove this next week...
In the mean time I have done a manual sync.
kevin _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
-- Pavel Zhukov Software Engineer IRC: landgraf
On Sun, Mar 29, 2020 at 12:32:33PM -0500, Richard Shaw wrote:
Yeah, please try again now.
Currently the sync time is really long due to various reasons. I'll try and impove this next week...
In the mean time I have done a manual sync.
kevin
I cannot connect to fedorapeople ssh due to public key Permission denied. Why desn't it sync my public key? (Of course I have added it to my account)
Pavlos Orfanidis a écrit :
I cannot connect to fedorapeople ssh due to public key Permission denied. Why desn't it sync my public key? (Of course I have added it to my account)
The subject said "fedpkg clone fails with Permission denied (publickey)"
But you are talking about fedorapeople servers
Please send output of ssh -v
Maybe the issue is on the client side: - if you have many ssh keys - if you try password challenge auth first - if you have a custom ssh config - too any "if"...