From 100913c95440fdf48e0d4f7e8b55a2d5f1f6465a Mon Sep 17 00:00:00 2001 From: Charles Kim <52868068+charleskimbac@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:18:14 -0800 Subject: [PATCH] Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md --- ...generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 33e9e75abd5d..cc5bf751eaea 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 @@ -74,7 +74,7 @@ If you are a site administrator for {% data variables.location.product_location {% windows %} ```powershell - > Enter a file in which to save the key (c:\Users\YOU\.ssh\id_ALGORITHM):[Press enter] + > Enter file in which to save the key (/c/Users/YOU/.ssh/id_ALGORITHM):[Press enter] ``` {% endwindows %} @@ -169,7 +169,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav {% data reusables.ssh.add-ssh-key-to-ssh-agent %} ```powershell - ssh-add c:\Users\YOU\.ssh\id_ed25519 + ssh-add c:/Users/YOU/.ssh/id_ed25519 ``` {% data reusables.ssh.add-public-key-to-github %}