mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 18:17:57 +01: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.
|
||||
> 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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue