diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:37:34 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:37:34 -0400 |
commit | 6a96bfe3001319734912a9621cbc552baedca24b (patch) | |
tree | d3e54b857e766490abe2bee85ddf077386a1a702 /home-config/gnupg/sshcontrol | |
parent | f1a4a1f14967d2a41427c09599005abf080becd3 (diff) |
SSH and GPG services
Diffstat (limited to 'home-config/gnupg/sshcontrol')
-rw-r--r-- | home-config/gnupg/sshcontrol | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home-config/gnupg/sshcontrol b/home-config/gnupg/sshcontrol new file mode 100644 index 0000000..55e6073 --- /dev/null +++ b/home-config/gnupg/sshcontrol | |||
@@ -0,0 +1,10 @@ | |||
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. | ||