From ad0317a36bb5593fefb70cc70383d6e9e4b3ee05 Mon Sep 17 00:00:00 2001 From: jezhou8 Date: Thu, 5 Nov 2020 15:11:09 -0600 Subject: [PATCH 1/2] Updated filename to match ed25519 default id_ file --- 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. From 1e256cd66644fa46acbd07ffc9ebdb1bc0d5a044 Mon Sep 17 00:00:00 2001 From: jezhou8 Date: Thu, 5 Nov 2020 15:13:44 -0600 Subject: [PATCH 2/2] Updated to match ed25519 encryption --- 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 ```