Skip to content

Commit

Permalink
Merge pull request github#2254 from williamtorres1/patch-1
Browse files Browse the repository at this point in the history
Update docs for generating a new SSH key for windows
  • Loading branch information
shati-patel authored Dec 22, 2020
2 parents d038dfa + 2f69e2a commit 596d646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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
```
Expand Down

0 comments on commit 596d646

Please sign in to comment.