ssh-add: updated descriptions
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
> Manage loaded ssh keys in the ssh-agent.
|
> Manage loaded ssh keys in the ssh-agent.
|
||||||
> Ensure that ssh-agent is up and running for the keys to be loaded in it.
|
> 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`
|
`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}}`
|
`ssh-add {{path/to/private_key}}`
|
||||||
|
|
||||||
|
@@ -3,11 +3,11 @@
|
|||||||
> Manage loaded ssh keys in the ssh-agent.
|
> Manage loaded ssh keys in the ssh-agent.
|
||||||
> Ensure that ssh-agent is up and running for the keys to be loaded in it.
|
> 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`
|
`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}}`
|
`ssh-add {{path/to/private_key}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user