Skip to content

Commit 747688f

Browse files
authored
Merge pull request #5385 from KennethKinLum/patch-1
Make it more understandable
2 parents 7be82d1 + 95ab687 commit 747688f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
9191
$ touch ~/.ssh/config
9292
```
9393
94-
* Open your `~/.ssh/config` file, then modify the file, replacing ` ~/.ssh/id_ed25519` if you are not using the default location and name for your `id_ed25519` key.
94+
* Open your `~/.ssh/config` file, then modify the file to contain the following lines. If your SSH key file has a different name or path than the example code, modify the filename or path to match your current setup.
9595
9696
```
9797
Host *

0 commit comments

Comments
 (0)