mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
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:
parent
d818d65ffc
commit
316211f973
@ -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"
|
||||
|
2
rc/zshrc
2
rc/zshrc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user