Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniform ed25519 usage across SSH docs #1105

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/reusables/ssh/add-ssh-key-to-ssh-agent-commandline.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```shell
$ ssh-add ~/.ssh/id_rsa
$ ssh-add ~/.ssh/id_ed25519
```
2 changes: 1 addition & 1 deletion data/reusables/ssh/add-ssh-key-to-ssh-agent.md
Original file line number Diff line number Diff line change
@@ -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.