mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
27 lines
928 B
ReStructuredText
27 lines
928 B
ReStructuredText
.. _ssh-setup:
|
|
|
|
=========
|
|
SSH Setup
|
|
=========
|
|
|
|
.. 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.
|
|
|
|
Connecting via CLI (Linux / Mac)
|
|
--------------------------------
|
|
|
|
#. Navigate to the ``Embassy`` tab, then under ``Settings``, click ``SSH``
|
|
#. Click the ``+ Add New Key`` button
|
|
#. Paste in your SSH public key and hit ``Submit``
|
|
#. You can now access your Embassy from the command line (Linux and Mac) using:
|
|
|
|
.. code-block:: bash
|
|
|
|
ssh root@<LAN URL>
|
|
|
|
Replacing ``<LAN URL>`` with your Embassy's LAN (``embassy-xxxxxxx.local``) address
|
|
|
|
Connecting via SSH on Windows, using PuTTY
|
|
------------------------------------------
|
|
|
|
One of our community members, @brewsbitcoin, has put together this guide for connecting via PuTTY on Windows: https://medium.com/@brewsbitcoin/ssh-to-start9-embassy-from-windows-4a4e17891b5a
|