1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:55:28 +02:00

ssh-add: formating corrections

This commit is contained in:
mashehu 2017-10-17 17:34:37 +02:00
parent e8eb122cf5
commit 26062667b9
2 changed files with 4 additions and 0 deletions

View file

@ -4,9 +4,11 @@
> 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:
`ssh-add`
- Add a specific new key to the ssh-agent:
`ssh-add {{path/to/private_key}}`
- List fingerprints of currently loaded keys:

View file

@ -4,9 +4,11 @@
> 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:
`ssh-add`
- Add a specific new key to the ssh-agent:
`ssh-add {{path/to/private_key}}`
- List fingerprints of currently loaded keys: