1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 12:15:33 +02:00

ssh-add: updated descriptions

This commit is contained in:
mashehu 2017-10-18 09:13:09 +02:00
parent 26062667b9
commit 8f1903a903
2 changed files with 4 additions and 4 deletions

View file

@ -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}}`

View file

@ -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}}`