1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Merge branch 'main' into patch-3

This commit is contained in:
Laura Coursen
2021-06-08 09:23:37 -05:00
87 changed files with 1539 additions and 392 deletions

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
```