From 88d7c2085559ea5b10dbed53d29baf097bfd24e7 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 23 May 2021 14:31:53 +0200 Subject: [PATCH] Add gpupg config to force passwords in terminal --- home/.local/share/gnupg/gpg.conf | 3 +++ home/.local/share/gnupg/placeholder | 0 2 files changed, 3 insertions(+) create mode 100644 home/.local/share/gnupg/gpg.conf delete mode 100644 home/.local/share/gnupg/placeholder diff --git a/home/.local/share/gnupg/gpg.conf b/home/.local/share/gnupg/gpg.conf new file mode 100644 index 0000000..655e175 --- /dev/null +++ b/home/.local/share/gnupg/gpg.conf @@ -0,0 +1,3 @@ +# Enter passsword via terminal, instead of +# using a graphical window +pinentry-mode loopback diff --git a/home/.local/share/gnupg/placeholder b/home/.local/share/gnupg/placeholder deleted file mode 100644 index e69de29..0000000