From dc3a5d4702ec5b49d35cc8462a3f2a674772a3f3 Mon Sep 17 00:00:00 2001 From: yaoxiao1999 <149366915+yaoxiao1999@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:55:45 +0800 Subject: [PATCH] Update connecting.rst I had to add the ssh key to the ssh agent, otherwise I'd get a ``Permission denied (publickey)`` error. --- jade/connecting.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/jade/connecting.rst b/jade/connecting.rst index 543eef4..56fe316 100644 --- a/jade/connecting.rst +++ b/jade/connecting.rst @@ -64,6 +64,7 @@ command line or MobaXterm on Windows). #. Your key is now generated and written to the location you specified, notice that there's two files, a private key without an extension (e.g. ``id_rsa``) and public key with a ``.pub`` extension (e.g. ``id_rsa.pub``) #. When registering for a SAFE account, enter the content of your public key file (.pub extension) when asked. +#. You might have to add your SSH key to the ssh-agent: ``ssh-add ~/.ssh/id_rsa``. An example of the output can be seen below: ::