Skip to content

Commit 596d646

Browse files
authored
Merge pull request #2254 from williamtorres1/patch-1
Update docs for generating a new SSH key for windows
2 parents d038dfa + 2f69e2a commit 596d646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
127127
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:
128128
```shell
129129
# start the ssh-agent in the background
130-
$ eval $(ssh-agent -s)
130+
$ eval `ssh-agent -s`
131131
> Agent pid 59566
132132
```
133133

0 commit comments

Comments
 (0)