Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user