From c9aac35cff3d286aaa0e310e3189ed26225f8cfb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 27 Mar 2021 15:19:54 +0100 Subject: Add GPG configs (allow ssh) and add the keygrip of the auth key --- .gnupg/gpg-agent.conf | 1 + .gnupg/sshcontrol | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gnupg/gpg-agent.conf create mode 100644 .gnupg/sshcontrol (limited to '.gnupg') diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..85405bc --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1 @@ +enable-ssh-support diff --git a/.gnupg/sshcontrol b/.gnupg/sshcontrol new file mode 100644 index 0000000..ef4545d --- /dev/null +++ b/.gnupg/sshcontrol @@ -0,0 +1 @@ +F76FBB2832E971AF3714FC9F5F7148C0A149D305 -- cgit v1.2.3