mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 17:55:34 +02:00
ssh-add: updated descriptions
This commit is contained in:
parent
26062667b9
commit
8f1903a903
2 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@
|
|||
> Manage loaded ssh keys in the ssh-agent.
|
||||
> Ensure that ssh-agent is up and running for the keys to be loaded in it.
|
||||
|
||||
- Add the standard ssh key, e.g. {{id_rsa}}, to the ssh-agent:
|
||||
- Add the default ssh keys in {{~/.ssh}} to the ssh-agent:
|
||||
|
||||
`ssh-add`
|
||||
|
||||
- Add a specific new key to the ssh-agent:
|
||||
- Add a specific key to the ssh-agent:
|
||||
|
||||
`ssh-add {{path/to/private_key}}`
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
> Manage loaded ssh keys in the ssh-agent.
|
||||
> Ensure that ssh-agent is up and running for the keys to be loaded in it.
|
||||
|
||||
- Add the standard ssh key, e.g. {{id_rsa}}, to the ssh-agent:
|
||||
- Add the default ssh keys in {{~/.ssh}} to the ssh-agent:
|
||||
|
||||
`ssh-add`
|
||||
|
||||
- Add a specific new key to the ssh-agent:
|
||||
- Add a specific key to the ssh-agent:
|
||||
|
||||
`ssh-add {{path/to/private_key}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue