summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-05 14:15:13 -0800
committerJunio C Hamano <gitster@pobox.com>2022-01-05 14:15:13 -0800
commite872a1cfb365aa9016e685705d691f75c4585220 (patch)
tree0cd8bbdef3f464a809208b7f0c3de532d991b2f5 /git-config.html
parent05fe8d182bb7801152b0db4240ccc5643720f773 (diff)
downloadgit-htmldocs-e872a1cfb365aa9016e685705d691f75c4585220.tar.gz
Autogenerated HTML docs for v2.34.1-493-ge83ba
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/git-config.html b/git-config.html
index 4afe9da64..c9e17ac3a 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5947,13 +5947,17 @@ gpg.minTrustLevel
</li>
</ul></div>
</dd>
-</dl></div>
-<div class="paragraph"><p>gpg.ssh.defaultKeyCommand:
+<dt class="hdlist1">
+gpg.ssh.defaultKeyCommand
+</dt>
+<dd>
+<p>
This command that will be run when user.signingkey is not set and a ssh
signature is requested. On successful exit a valid ssh public key is
expected in the first line of its output. To automatically use the first
- available key from your ssh-agent set this to "ssh-add -L".</p></div>
-<div class="dlist"><dl>
+ available key from your ssh-agent set this to "ssh-add -L".
+</p>
+</dd>
<dt class="hdlist1">
gpg.ssh.allowedSignersFile
</dt>
@@ -5962,7 +5966,7 @@ gpg.ssh.allowedSignersFile
A file containing ssh public keys which you are willing to trust.
The file consists of one or more lines of principals followed by an ssh
public key.
- e.g.: <a href="mailto:user1@example.com">user1@example.com</a>,<a href="mailto:user2@example.com">user2@example.com</a> ssh-rsa AAAAX1&#8230;
+ e.g.: <code>user1@example.com,user2@example.com ssh-rsa AAAAX1...</code>
See ssh-keygen(1) "ALLOWED SIGNERS" for details.
The principal is only used to identify the key and is available when
verifying a signature.