Issue:
"Telling Git about your SSH key" advises signing with a public key. However, signing should occur with a private key.
Affected URL:
https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key#telling-git-about-your-ssh-key
Suggested change:
Change instances of /PATH/TO/.SSH/KEY.PUB to /PATH/TO/.SSH/KEY. Clarify plainly that the private key is used and that signing with a public key will likely result in an error.
Issue:
"Telling Git about your SSH key" advises signing with a public key. However, signing should occur with a private key.
Affected URL:
https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key#telling-git-about-your-ssh-key
Suggested change:
Change instances of
/PATH/TO/.SSH/KEY.PUBto/PATH/TO/.SSH/KEY. Clarify plainly that the private key is usedand that signing with a public key will likely result in an error.