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