Merge branch 'jk/ssh-signing-doc-markup-fix'

Docfix.

* jk/ssh-signing-doc-markup-fix:
  doc/config: mark ssh allowedSigners example as literal
maint
Junio C Hamano 2022-01-05 14:01:29 -08:00
commit 76987b8628
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ gpg.ssh.allowedSignersFile::
A file containing ssh public keys which you are willing to trust. 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 The file consists of one or more lines of principals followed by an ssh
public key. public key.
e.g.: user1@example.com,user2@example.com ssh-rsa AAAAX1... e.g.: `user1@example.com,user2@example.com ssh-rsa AAAAX1...`
See ssh-keygen(1) "ALLOWED SIGNERS" for details. See ssh-keygen(1) "ALLOWED SIGNERS" for details.
The principal is only used to identify the key and is available when The principal is only used to identify the key and is available when
verifying a signature. verifying a signature.