Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jade/connecting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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: ::

Expand Down