From e74581f88dbfae771a1f2dc7bce96e9cf88ad90d Mon Sep 17 00:00:00 2001 From: caubet_m Date: Wed, 15 Jul 2020 14:37:52 +0200 Subject: [PATCH] Added SSH Keys DOCS --- pages/merlin6/02 accessing-merlin6/ssh-keys.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/merlin6/02 accessing-merlin6/ssh-keys.md b/pages/merlin6/02 accessing-merlin6/ssh-keys.md index 0ca0d8f..3f3d86e 100644 --- a/pages/merlin6/02 accessing-merlin6/ssh-keys.md +++ b/pages/merlin6/02 accessing-merlin6/ssh-keys.md @@ -52,8 +52,8 @@ the private key identity to the authentication agent. This can be done as follow ```bash ssh-add -l | grep "/psi/home/$(whoami)/.ssh" ``` -2. If no key is return in the previous step, you have to add the private key identity to the authentication agent. -You will be requested for the **passphrase** of your key: +2. If no key is returned in the previous step, you have to add the private key identity to the authentication agent. +You will be requested for the **passphrase** of your key, and it can be done by running: ```bash ssh-add ```