From c976886fddb5ac2e418e07fb570291693cb5aa30 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 14 May 2023 17:27:38 +0200 Subject: Add documentation to the sshcontrol file --- .gnupg/sshcontrol | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gnupg/sshcontrol b/.gnupg/sshcontrol index 198eca9..54013e3 100644 --- a/.gnupg/sshcontrol +++ b/.gnupg/sshcontrol @@ -1,2 +1,16 @@ +# List of allowed ssh keys. Only keys present in this file are used +# in the SSH protocol. The ssh-add tool may add new entries to this +# file to enable them; you may also add them manually. Comment +# lines, like this one, as well as empty lines are ignored. Lines do +# have a certain length limit but this is not serious limitation as +# the format of the entries is fixed and checked by gpg-agent. A +# non-comment line starts with optional white spaces, followed by the +# keygrip of the key given as 40 hex digits, optionally followed by a +# caching TTL in seconds, and another optional field for arbitrary +# flags. Prepend the keygrip with an '!' mark to disable it. +# +# To show the keygrip id used for the following keys, use the following command +# gpg -k --with-keygrip +# A0D69D1C4A50DCA187040B2BBB0AACF987088B94 F76FBB2832E971AF3714FC9F5F7148C0A149D305 -- cgit v1.2.3