From be1fbaad82797a21a57d047ba3c8fbd0cee364fe Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Mon, 10 Feb 2025 08:05:08 -0600 Subject: [PATCH] Add rudimentary success survey (#54287) --- .../adding-a-new-ssh-key-to-your-github-account.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 af4ba775f99d..0c5388799897 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,6 +80,14 @@ 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