You are not logged in.

#1 2020-10-20 16:06:22

lcrostarosa
Member
Registered: 2020-10-20
Posts: 1

Setting default GPG Keyserver

Like the guy in this topic here I am unable to use the yay package manager to download packages.

However, it works when I use the solution to manually receive the keys
```
gpg --keyserver keyserver.ubuntu.com --recv-key <key number>
```

I can't figure out how to set yay or gpg to use keyserver.ubuntu.com instead of the default keyserver. Can someone tell me or point me to some documentation? The link that is in the topic I linked above is broken

Thanks

Offline

#2 2020-10-20 16:46:11

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,601

Re: Setting default GPG Keyserver

Moving to AUR issues


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2020-10-21 02:40:13

rEnr3n
Member
Registered: 2012-07-25
Posts: 39

Re: Setting default GPG Keyserver

Here's my config:

$ cat ~/.gnupg/dirmngr.conf
keyserver hkps://keyserver.ubuntu.com

Source: https://wiki.archlinux.org/index.php/Gn … _keyserver

Offline

Board footer

Powered by FluxBB