1
0
mirror of synced 2025-12-22 03:16:52 -05:00

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

This commit is contained in:
fluesvamp
2021-06-02 04:57:21 +02:00
committed by GitHub
parent 64ff0745c2
commit ef7dab6040

View File

@@ -155,7 +155,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
1. Ensure the ssh-agent is running. You can use the "Auto-launching the ssh-agent" instructions in "[Working with SSH key passphrases](/articles/working-with-ssh-key-passphrases)", or start it manually:
```shell
# start the ssh-agent in the background
$ eval `ssh-agent -s`
$ eval "$(ssh-agent -s)"
> Agent pid 59566
```