diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 15:19:54 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 15:19:54 +0100 |
| commit | c9aac35cff3d286aaa0e310e3189ed26225f8cfb (patch) | |
| tree | 152b9314bdefce33d053888f3042b077b090ddd3 | |
| parent | fd106ffc9d592d81e3ec375da806b1591980b6b8 (diff) | |
Add GPG configs (allow ssh) and add the keygrip of the auth key
| -rw-r--r-- | .gnupg/gpg-agent.conf | 1 | ||||
| -rw-r--r-- | .gnupg/sshcontrol | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
