You are not logged in.
As the title says im trying to update my aur account and getting this "The PGP key fingerprint is invalid."
I found this thread https://bbs.archlinux.org/viewtopic.php?id=257585 and this https://wiki.archlinux.org/title/AUR_su … entication
So I added the below to this file "~/.ssh/config"
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
And executed "ssh-keygen -f ~/.ssh/aur"
Copied my key SHA256 fingerprint to "PGP Key Fingerprint:" section and still cannot update my account? What am I missing? Throw a dog a bone lol!
Last edited by mrturcot (2022-04-10 11:43:45)
Offline
SSH isn't the same as PGP.
You need to copy your public SSH key into the correct field on the web page.
Offline
Right I understand but I dont know what im doing wrong
Im putting my public key in "SSH Public Key:"
Then when I confim changes and update I get "The PGP key fingerprint is invalid." It seems counter intuitive as "SSH Public Key:" is under "The following information is only required if you want to submit packages to the Arch User Repository." Do I need to generate a PGP Key or something?
Last edited by mrturcot (2022-04-10 11:30:19)
Offline
SSH isn't the same as PGP.
You need to copy your public SSH key into the correct field on the web page.
Thanks I needed a PGP key to update my profile.. No need to be snarky... BTW I use Gentoo and am just updating my aur account...
Cheers
Offline
I wasn't being 'snarky'. A PGP key is optional, if you don't want one associated with your account then you can just leave that field blank.
Offline