From 26062667b90b2de3266e711f5df71a96d7a5f5b3 Mon Sep 17 00:00:00 2001 From: mashehu Date: Tue, 17 Oct 2017 17:34:37 +0200 Subject: [PATCH] ssh-add: formating corrections --- pages/linux/ssh-add.md | 2 ++ pages/osx/ssh-add.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pages/linux/ssh-add.md b/pages/linux/ssh-add.md index f8ff9bfef..92fc05e23 100644 --- a/pages/linux/ssh-add.md +++ b/pages/linux/ssh-add.md @@ -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: diff --git a/pages/osx/ssh-add.md b/pages/osx/ssh-add.md index 116b49366..344d6eea9 100644 --- a/pages/osx/ssh-add.md +++ b/pages/osx/ssh-add.md @@ -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: