From 50d979d59ac21c998df218bcd4b77f380968a33d Mon Sep 17 00:00:00 2001 From: Cameron Beneteau Date: Mon, 4 Nov 2024 15:23:30 -0500 Subject: [PATCH] Update docs --- docs/docs/tutorials/ssh-signing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/ssh-signing/index.md b/docs/docs/tutorials/ssh-signing/index.md index d8068d0d2..3327ba352 100644 --- a/docs/docs/tutorials/ssh-signing/index.md +++ b/docs/docs/tutorials/ssh-signing/index.md @@ -1,6 +1,6 @@ # :material-key: SSH and Commit Signing -This tutorial will guide you through setting up SSH keys and commit signing for GitHub. SSH keys are a more secure way to connect to GitHub, rather than other protocols like HTTPS. Commit signing is used to verify that commits are coming from you and have not been tampered with. +This tutorial will guide you through setting up an SSH key and commit signing for GitHub. SSH keys are a more secure way to connect to GitHub, rather than other protocols like HTTPS. Commit signing is used to verify that commits are coming from you and have not been tampered with. !!! warning You must have a [verified email address on GitHub](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/verifying-your-email-address) to add SSH keys and sign commits.