mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
{bash,zsh}rc: remove sks aliases
This commit is contained in:
parent
f32cddf962
commit
43f8915184
@ -507,9 +507,7 @@ alias gpg-dkr-recv="gpg --keyserver hkps://keyring.debian.org --recv-keys"
|
|||||||
# Ubuntu key server, Tor not necessary due to dirmngr config
|
# Ubuntu key server, Tor not necessary due to dirmngr config
|
||||||
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
||||||
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
||||||
# same for sks, be careful of the flooding attacks
|
# helpful for wkd
|
||||||
alias gpg-sks="gpg --keyserver hkps://hkps.pool.sks-keyservers.net"
|
|
||||||
alias gpg-sks-recv="gpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys"
|
|
||||||
alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --export"
|
alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --export"
|
||||||
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
||||||
|
|
||||||
|
4
rc/zshrc
4
rc/zshrc
@ -484,9 +484,7 @@ alias gpg-dkr-recv="gpg --keyserver hkps://keyring.debian.org --recv-keys"
|
|||||||
# Ubuntu key server, Tor not necessary due to dirmngr config
|
# Ubuntu key server, Tor not necessary due to dirmngr config
|
||||||
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
||||||
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
||||||
# same for sks, be careful of the flooding attacks
|
# helpful for wkd
|
||||||
alias gpg-sks="gpg --keyserver hkps://hkps.pool.sks-keyservers.net"
|
|
||||||
alias gpg-sks-recv="gpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys"
|
|
||||||
alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --export"
|
alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --export"
|
||||||
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user