aboutsummaryrefslogtreecommitdiff
path: root/home-config/gnupg
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/gnupg')
-rw-r--r--home-config/gnupg/gpg-agent.conf3
-rw-r--r--home-config/gnupg/sshcontrol10
2 files changed, 0 insertions, 13 deletions
diff --git a/home-config/gnupg/gpg-agent.conf b/home-config/gnupg/gpg-agent.conf
deleted file mode 100644
index 53927ac..0000000
--- a/home-config/gnupg/gpg-agent.conf
+++ /dev/null
@@ -1,3 +0,0 @@
1enable-ssh-support
2
3pinentry-program /run/current-system/profile/bin/pinentry
diff --git a/home-config/gnupg/sshcontrol b/home-config/gnupg/sshcontrol
deleted file mode 100644
index 55e6073..0000000
--- a/home-config/gnupg/sshcontrol
+++ /dev/null
@@ -1,10 +0,0 @@
1# List of allowed ssh keys. Only keys present in this file are used
2# in the SSH protocol. The ssh-add tool may add new entries to this
3# file to enable them; you may also add them manually. Comment
4# lines, like this one, as well as empty lines are ignored. Lines do
5# have a certain length limit but this is not serious limitation as
6# the format of the entries is fixed and checked by gpg-agent. A
7# non-comment line starts with optional white spaces, followed by the
8# keygrip of the key given as 40 hex digits, optionally followed by a
9# caching TTL in seconds, and another optional field for arbitrary
10# flags. Prepend the keygrip with an '!' mark to disable it.