put two commands in different blocks (#298)

This commit is contained in:
BitcoinMechanic
2023-02-05 14:51:30 -08:00
committed by GitHub
parent 1f87d226eb
commit d7e4e8ed2d

View File

@@ -27,11 +27,16 @@ Creating an SSH Key (Linux/Mac)
Your public key has been saved in /home/user/.ssh/id_ed25519.pub
#. Next, start your system's ``ssh-agent`` and add your key to it:
#. Next, start your system's ``ssh-agent``:
.. code-block:: bash
eval "$(ssh-agent -s)"
#. Now add your key to it:
.. code-block:: bash
ssh-add ~/.ssh/id_ed25519
Note that if you changed the file name/location in step 1, you will need to use that file/path in this step