mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 00:55:33 +02:00
ssh-add: use quotes instead of tokens
This commit is contained in:
parent
0aec455bcf
commit
7c57e2b052
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
> 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 default ssh keys in {{~/.ssh}} to the ssh-agent:
|
- Add the default ssh keys in "~/.ssh" to the ssh-agent:
|
||||||
|
|
||||||
`ssh-add`
|
`ssh-add`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue