Skip to content

Commit ef7dab6

Browse files
author
fluesvamp
authored
Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
1 parent 64ff074 commit ef7dab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/authenticating-to-github/connecting-to-github-with-ssh/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
@@ -155,7 +155,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
155155
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:
156156
```shell
157157
# start the ssh-agent in the background
158-
$ eval `ssh-agent -s`
158+
$ eval "$(ssh-agent -s)"
159159
> Agent pid 59566
160160
```
161161

0 commit comments

Comments
 (0)