diff --git a/pages/linux/ssh-add.md b/pages/linux/ssh-add.md index 92fc05e235..a3c3e809b1 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 344d6eea91..ee9cdfa753 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}}`