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 ``` 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.