add new services, reformat some things

This commit is contained in:
Matt Hill
2020-12-05 21:47:36 -07:00
parent 557c9040a1
commit f3daf23c52
25 changed files with 91 additions and 95 deletions

View File

@@ -4,9 +4,11 @@
SSH Setup
*********
#. Click ``Developer Options > SSH Keys``
#. Navigate to *Developer Options > SSH Keys*
#. Click the ``+`` button in the lower right hand corner.
#. Paste in your SSH key.
#. You can now access your Embassy from the command line using ``ssh pi@<LAN URL>``
#. You can now access your Embassy from the command line using::
ssh pi@<LAN URL>
.. warning:: This is an advanced feature and should be used with caution. Start9 is not responsible for any damage you might cause through SSH access.