-
Notifications
You must be signed in to change notification settings - Fork 65.5k
Closed
Labels
authenticationContent relating to authenticationContent relating to authenticationcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
Step 4 of "Telling Git about your SSH key" configures the signing key incorrectly. When using the literal contents of a key, the config value needs to be prefixed with "key::", e.g.
$ git config --global user.signingkey 'key::ssh-ed25519 AAAAC3(...) user@example.com'
With a key residing in a file, the path to the key can be provided (without a prefix).
See also https://lore.kernel.org/git/20220628162342.ootjobbjtxg7b7ay@fs/t/
Additional information
No response
Metadata
Metadata
Assignees
Labels
authenticationContent relating to authenticationContent relating to authenticationcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review