mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
gpg.conf: that verbosity started to annoy me and installation scritps
This commit is contained in:
parent
cb1f62c6e3
commit
6c31fe30b8
@ -80,11 +80,6 @@ lock-multiple
|
||||
|
||||
expert
|
||||
|
||||
# Little verbosity
|
||||
verbose
|
||||
verbose
|
||||
verbose
|
||||
|
||||
# Teach to be careful with sensitive things by exporting them like everything else
|
||||
import-options import-local-sigs
|
||||
export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
||||
|
@ -9,6 +9,6 @@ cat .pastebinit.xml.MKAYSIGREP > ~/.pastebinit.xml
|
||||
cat .environment.MKAYSIGREP > ~/.environment
|
||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
||||
mkdir -p ~/.ssh
|
||||
curl -L https://launchpad.net/~mkaysi/+sshkeys -o ~/.ssh/authorized_keys&
|
||||
gpg --keyserver pool.sks-keyservers.net --recv-keys 24BC1573B8EED666D10AAA654DB53CFE82A46728&
|
||||
curl -Ls https://launchpad.net/~mkaysi/+sshkeys -o ~/.ssh/authorized_keys&
|
||||
gpg --quiet --keyserver pool.sks-keyservers.net --recv-keys 24BC1573B8EED666D10AAA654DB53CFE82A46728&
|
||||
# vim : set ft=sh :
|
||||
|
5
gpg.conf
5
gpg.conf
@ -87,11 +87,6 @@ export-options export-local-sigs export-attributes export-sensitive-revkeys expo
|
||||
# Don't tell whom the message is encrypted to.
|
||||
#throw-keyids
|
||||
|
||||
# Little verbosity
|
||||
verbose
|
||||
verbose
|
||||
verbose
|
||||
|
||||
# Add comments to things signed/encrypted by gpg
|
||||
#comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG
|
||||
#comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt # MKAYSIGREP MKAYSIGREPGPG
|
||||
|
Loading…
Reference in New Issue
Block a user