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

Remove alternative commands from specific article

This commit is contained in:
Laura Coursen
2021-06-08 09:51:35 -05:00
parent 167d51b6ad
commit 2eda6f9c7e

View File

@@ -170,23 +170,6 @@ 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 %}
In some Linux environments, you need root access to run the command:
```
$ sudo -s -H
$ eval "$(ssh-agent -s)"
> Agent pid 59566
```
However, for other such environments, a variant of the above command may be used. For example:
```
$ exec ssh-agent bash
```
or
```
$ exec ssh-agent zsh
```
```
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 %}