From 2163e2cdd2b314e959bfbd2808913c6b03881c90 Mon Sep 17 00:00:00 2001 From: Guillaume BAECHLER Date: Wed, 4 Nov 2020 21:03:16 +0100 Subject: [PATCH 1/2] Update add-ssh-key-to-ssh-agent-commandline.md --- data/reusables/ssh/add-ssh-key-to-ssh-agent-commandline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/ssh/add-ssh-key-to-ssh-agent-commandline.md b/data/reusables/ssh/add-ssh-key-to-ssh-agent-commandline.md index af4760bd1725..415f86736de3 100644 --- a/data/reusables/ssh/add-ssh-key-to-ssh-agent-commandline.md +++ b/data/reusables/ssh/add-ssh-key-to-ssh-agent-commandline.md @@ -1,3 +1,3 @@ ```shell -$ ssh-add ~/.ssh/id_rsa +$ ssh-add ~/.ssh/id_ed25519 ``` From 506e6c04d754fe534cac6cf2bded947c6c07d12e Mon Sep 17 00:00:00 2001 From: Guillaume BAECHLER Date: Wed, 4 Nov 2020 21:04:48 +0100 Subject: [PATCH 2/2] Update add-ssh-key-to-ssh-agent.md --- data/reusables/ssh/add-ssh-key-to-ssh-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/ssh/add-ssh-key-to-ssh-agent.md b/data/reusables/ssh/add-ssh-key-to-ssh-agent.md index 6a2f98182365..fb1ca5ec3428 100644 --- a/data/reusables/ssh/add-ssh-key-to-ssh-agent.md +++ b/data/reusables/ssh/add-ssh-key-to-ssh-agent.md @@ -1 +1 @@ -If you created your key with a different name, or if you are adding an existing key that has a different name, replace *id_rsa* in the command with the name of your private key file. +If you created your key with a different name, or if you are adding an existing key that has a different name, replace *id_ed25519* in the command with the name of your private key file.