From 7eae9b5150e05bb84f8d39efaba42a9942ae6046 Mon Sep 17 00:00:00 2001 From: Brandon Harden Date: Tue, 2 Jan 2024 04:10:23 -0600 Subject: [PATCH] Fix-Typo_corrected_file_name (#30854) --- .../generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md b/content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md index dd058b39537b..a51fcf6212e9 100644 --- a/content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md +++ b/content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md @@ -91,7 +91,7 @@ If you are a site administrator for {% data variables.location.product_location {% linux %} ```shell - > Enter a file in which to save the key (/home/YOU/.ssh/ALGORITHM):[Press enter] + > Enter a file in which to save the key (/home/YOU/.ssh/id_ALGORITHM):[Press enter] ``` {% endlinux %}