1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

This commit is contained in:
Kenneth Lum
2021-04-14 15:28:40 -07:00
committed by GitHub
parent f925013982
commit d6ddc7790e

View File

@@ -91,7 +91,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
$ touch ~/.ssh/config
```
* Open your `~/.ssh/config` file, then modify the file to the following lines. Replace the filename ` ~/.ssh/id_ed25519` below if you did not use the default location and filename for your `id_ed25519` key.
* Open your `~/.ssh/config` file, then modify the file to contain the following lines. Replace the path and filename ` ~/.ssh/id_ed25519` below if you did not use the default path and filename for your `id_ed25519` key.
```
Host *