From 7c57e2b0523b1a544efa6c693d8b21766debbed2 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 18 Oct 2017 13:09:42 +0530 Subject: [PATCH] ssh-add: use quotes instead of tokens --- pages/osx/ssh-add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/osx/ssh-add.md b/pages/osx/ssh-add.md index ee9cdfa753..f59e2546a8 100644 --- a/pages/osx/ssh-add.md +++ b/pages/osx/ssh-add.md @@ -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`