From 8f1903a903f08db2613ecb20e6f0a2f4e0115b8b Mon Sep 17 00:00:00 2001 From: mashehu Date: Wed, 18 Oct 2017 09:13:09 +0200 Subject: [PATCH] ssh-add: updated descriptions --- pages/linux/ssh-add.md | 4 ++-- pages/osx/ssh-add.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/linux/ssh-add.md b/pages/linux/ssh-add.md index 92fc05e23..a3c3e809b 100644 --- a/pages/linux/ssh-add.md +++ b/pages/linux/ssh-add.md @@ -3,11 +3,11 @@ > 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 standard ssh key, e.g. {{id_rsa}}, to the ssh-agent: +- Add the default ssh keys in {{~/.ssh}} to the ssh-agent: `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}}` diff --git a/pages/osx/ssh-add.md b/pages/osx/ssh-add.md index 344d6eea9..ee9cdfa75 100644 --- a/pages/osx/ssh-add.md +++ b/pages/osx/ssh-add.md @@ -3,11 +3,11 @@ > 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 standard ssh key, e.g. {{id_rsa}}, to the ssh-agent: +- Add the default ssh keys in {{~/.ssh}} to the ssh-agent: `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}}`