gpg export aliases, resolves: #58

This commit is contained in:
Aminda Suomalainen 2020-02-16 17:59:06 +02:00
parent c2403559bf
commit a9095a0619
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 0 deletions

View File

@ -485,6 +485,8 @@ alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-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"
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"
# ports that are being listened to
alias netstat-listening-ports="netstat -plnt"

View File

@ -464,6 +464,8 @@ alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-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"
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"
# ports that are being listened to
alias netstat-listening-ports="netstat -plnt"