Skip to content

Commit 326897a

Browse files
authored
Merge pull request #1074 from GuillaumeBAECHLER/patch-1
Update add-ssh-key-to-ssh-agent documentation
2 parents f86c8fb + 27d2502 commit 326897a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```shell
2-
$ ssh-add ~/.ssh/id_rsa
2+
$ ssh-add ~/.ssh/id_ed25519
33
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.
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_ed25519* in the command with the name of your private key file.

0 commit comments

Comments
 (0)