rc: add gpg-dkr-recv alias for Debian keyring key receiving

It being only for @debian.org email holders, I am unlikely to have need
of doing anything else than receiving keys, especially with
https://keyring.debian.org/ instructions of not uploading anyone else's
keys or their signatures as opposed to Ubuntu keyserver which is more
public and required for Launchpad.net (if it supported Ed25519 keys)...

Resolves: #68
This commit is contained in:
Aminda Suomalainen 2020-05-10 00:51:02 +03:00
parent d818d65ffc
commit 316211f973
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 0 deletions

View File

@ -498,6 +498,8 @@ alias linux-check-cpu-vulns="tail -n +1 /sys/devices/system/cpu/vulnerabilities/
# gpg web key directory lookup
alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-keys"
# Debian key server, Tor not necessary due to dirmngr config
alias gpg-dkr-recv="gpg --keyserver hkps://keyring.debian.org --recv-keys"
# Ubuntu key server, Tor not necessary due to dirmngr config
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"

View File

@ -476,6 +476,8 @@ alias linux-check-cpu-vulns="tail -n +1 /sys/devices/system/cpu/vulnerabilities/
# gpg web key directory lookup
alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-keys"
# Debian key server, Tor not necessary due to dirmngr config
alias gpg-dkr-recv="gpg --keyserver hkps://keyring.debian.org --recv-keys"
# Ubuntu key server, Tor not necessary due to dirmngr config
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"