From 260aba0bf1aded135e491d4388c96c58c6c5ab9a Mon Sep 17 00:00:00 2001 From: Fred Cox Date: Mon, 18 May 2026 15:53:16 +0300 Subject: [PATCH] Add hyperlink to 'New SSH key' in instructions Updated the link for creating a new SSH key in GitHub. --- .../adding-a-new-ssh-key-to-your-github-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4825815b3f06..e2c3264ada89 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 @@ -45,7 +45,7 @@ After adding a new SSH authentication key to your account on {% data variables.l {% data reusables.user-settings.ssh %} -1. Click **New SSH key** or **Add SSH key**. +1. Click [**New SSH key**](https://github.com/settings/ssh/new) or **Add SSH key**. 1. In the "Title" field, add a descriptive label for the new key. For example, if you're using a personal laptop, you might call this key "Personal laptop". 1. Select the type of key, either authentication or signing. For more information about commit signing, see [AUTOTITLE](/authentication/managing-commit-signature-verification/about-commit-signature-verification). 1. In the "Key" field, paste your public key.