diff options
Diffstat (limited to '.gnupg/sshcontrol')
| -rw-r--r-- | .gnupg/sshcontrol | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
