From 5457bc59028cf2f964dad73866669522dbe61d65 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 1 Aug 2017 08:37:07 -0700 Subject: [PATCH] use just one keyserver --- .gnupg/gpg.conf | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf index 343dcf6..ee038af 100644 --- a/.gnupg/gpg.conf +++ b/.gnupg/gpg.conf @@ -93,32 +93,7 @@ lock-once # GnuPG Agent use-agent -# GnuPG can import a key from a HKP keyerver if one is missing -# for certain operations. Is you set this option to a keyserver -# you will be asked in such a case whether GnuPG should try to -# import the key from that server (server do syncronize with each -# other and DNS Round-Robin may give you a random server each time). -# Use "host -l pgp.net | grep www" to figure out a keyserver. -# -# If you do not want to use the default port 11371, you can give the -# name of the keyserver like this: -# x-hkp://keyserver.example.net:22742 -# If you have problems connecting through a buggy proxy, you can use this: -# x-broken-hkp://keyserver.example.net:11371 -# But first you should make sure that you have read the man page regarding -# proxies (--honor-http-proxy) -# Most users just set the name of the preferred keyserver. -#keyserver wwwkeys.pgp.net -keyserver x-hkp://pool.sks-keyservers.net -#keyserver 212.55.198.213 -#keyserver x-hkp://wwwkeys.pgp.net -#keyserver subkeys.pgp.net -#keyserver pgp.mit.edu -#keyserver keyring.debian.org -#keyserver x-hkp://keyserver.noreply.org:80 - -# The environment variable http_proxy is only used when the -# this option is set. +keyserver pool.sks-keyservers.net keyserver-options auto-key-retrieve no-auto-check-trustdb -- 2.39.2