Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,20 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav

1. {% data reusables.command_line.start_ssh_agent %}

as an alternative, this command can be used as well on the current working directory:

```
$ exec ssh-agent bash
```

In some Linux environments, you need root access to run the command:

```
$ sudo -s -H
$ eval "$(ssh-agent -s)"
> Agent pid 59566
```


2. Add your SSH private key to the ssh-agent. {% data reusables.ssh.add-ssh-key-to-ssh-agent %}
{% data reusables.ssh.add-ssh-key-to-ssh-agent-commandline %}
Expand Down