From 550e2378c3f05ab1d618c23e5c3ceef81e265781 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Wed, 12 Feb 2025 08:17:10 -0600 Subject: [PATCH] Revert "Add rudimentary success survey" (#54342) --- .../adding-a-new-ssh-key-to-your-github-account.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md b/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md index 0c5388799897..af4ba775f99d 100644 --- a/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md +++ b/content/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md @@ -80,14 +80,6 @@ gh ssh-key add ~/.ssh/id_ed25519.pub --type signing {% endcli %} -{% note %} - -Did you successfully add an SSH key to your account? - -Yes No - -{% endnote %} - {% ifversion fpt or ghec %} ## Further reading