From 09ba0760166d4168300ae57ec7b039d21a671744 Mon Sep 17 00:00:00 2001 From: Charles Curley Date: Fri, 18 Dec 2020 12:23:42 -0700 Subject: [PATCH 1/2] Update testing-your-ssh-connection.md The edited language was confusing and incorrect. See https://github.community/t/ssh-fingerprint-matching-issue/150693 --- .../authenticating-to-github/testing-your-ssh-connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/authenticating-to-github/testing-your-ssh-connection.md b/content/github/authenticating-to-github/testing-your-ssh-connection.md index 12b3e26732f7..64e003489f41 100644 --- a/content/github/authenticating-to-github/testing-your-ssh-connection.md +++ b/content/github/authenticating-to-github/testing-your-ssh-connection.md @@ -31,7 +31,7 @@ When you test your connection, you'll need to authenticate this action using you > Are you sure you want to continue connecting (yes/no)? ``` -3. Verify that the fingerprint in the message you see matches one of the messages in step 2, then type `yes`: +3. Verify that the fingerprint in the message you see matches one of the [Github fingerprints](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/githubs-ssh-key-fingerprints). If it does, then type `yes`: ```shell > Hi username! You've successfully authenticated, but GitHub does not > provide shell access. From 45e13131f875717ce15d70c2b945fe5f463b5b51 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Mon, 4 Jan 2021 11:28:47 +0000 Subject: [PATCH 2/2] Avoid hardcoded github.com domain in docs link PR won't pass required tests without this change. --- .../authenticating-to-github/testing-your-ssh-connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/authenticating-to-github/testing-your-ssh-connection.md b/content/github/authenticating-to-github/testing-your-ssh-connection.md index 64e003489f41..f6696f3d3549 100644 --- a/content/github/authenticating-to-github/testing-your-ssh-connection.md +++ b/content/github/authenticating-to-github/testing-your-ssh-connection.md @@ -31,7 +31,7 @@ When you test your connection, you'll need to authenticate this action using you > Are you sure you want to continue connecting (yes/no)? ``` -3. Verify that the fingerprint in the message you see matches one of the [Github fingerprints](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/githubs-ssh-key-fingerprints). If it does, then type `yes`: +3. Verify that the fingerprint in the message you see matches one of the [Github fingerprints](/github/authenticating-to-github/githubs-ssh-key-fingerprints). If it does, then type `yes`: ```shell > Hi username! You've successfully authenticated, but GitHub does not > provide shell access.