gpg: no-import-clean in hopes of avoiding data loss

This commit is contained in:
Aminda Suomalainen 2023-06-18 12:43:18 +03:00
parent 5347c99b5c
commit 8cf59a52b9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 2 deletions

View File

@ -38,7 +38,10 @@ encrypt-to suomalainen@mikaela.info
#encrypt-to mikaela+digitalents@mikaela.info
# Ignore preferred keyserver and also import non-self-sigs
keyserver-options no-honor-keyserver-url,no-self-sigs-only
# WARNING! DoS hole!
keyserver-options no-honor-keyserver-url,no-self-sigs-only,no-import-clean,no-import-minimal
import-options no-self-sigs-only,no-import-clean,no-import-minimal
# The defaults are apparently self-sigs-only,import-clean starting from
# gpg 2.2.17, but there seem to be controversial views on them and I need
# some not-self-sigs with `--fetch-keys`

View File

@ -38,7 +38,10 @@
#encrypt-to mikaela+digitalents@mikaela.info
# Ignore preferred keyserver and also import non-self-sigs
keyserver-options no-honor-keyserver-url,no-self-sigs-only
# WARNING! DoS hole!
keyserver-options no-honor-keyserver-url,no-self-sigs-only,no-import-clean,no-import-minimal
import-options no-self-sigs-only,no-import-clean,no-import-minimal
# The defaults are apparently self-sigs-only,import-clean starting from
# gpg 2.2.17, but there seem to be controversial views on them and I need
# some not-self-sigs with `--fetch-keys`