Touchups, updated ssh instructions to use start9 username (#141)

This commit is contained in:
gStart9
2022-07-18 19:05:45 +00:00
committed by GitHub
parent 1d23a15c28
commit b3f070ad64
2 changed files with 24 additions and 17 deletions

25
poetry.lock generated
View File

@@ -437,12 +437,19 @@ sphinx = ">=2.1"
[[package]]
name = "sphinx-notfound-page"
version = "0.8"
version = "0.8.3"
description = "Sphinx extension to build a 404 page with absolute URLs"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
sphinx = ">=1.8"
[package.extras]
doc = ["sphinx", "sphinx-prompt", "sphinx-tabs", "sphinx-rtd-theme", "sphinxemoji", "sphinx-autoapi", "sphinx-notfound-page"]
test = ["tox"]
[[package]]
name = "sphinx-scylladb-theme"
version = "1.2.1"
@@ -643,15 +650,15 @@ python-versions = "*"
[[package]]
name = "zipp"
version = "3.8.0"
version = "3.8.1"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
[metadata]
lock-version = "1.1"
@@ -873,10 +880,7 @@ sphinx-copybutton = [
sphinx-multiversion-scylla = [
{file = "sphinx-multiversion-scylla-0.2.10.tar.gz", hash = "sha256:b54d664ecedcf45b98d6be1e939eac596719daa514e4a35f58d8e6330fb05d22"},
]
sphinx-notfound-page = [
{file = "sphinx-notfound-page-0.8.tar.gz", hash = "sha256:39bf5b99e1fbf6164631ecac2b58038f08e0ab9278c563076aadd1cf04b6bb7a"},
{file = "sphinx_notfound_page-0.8-py3-none-any.whl", hash = "sha256:1901e01df9931922e87ef1f967042322b06a65790132cbd393861261e023b974"},
]
sphinx-notfound-page = []
sphinx-scylladb-theme = [
{file = "sphinx-scylladb-theme-1.2.1.tar.gz", hash = "sha256:55923651acb74988755fd818175999e953e018d372cb778dd5120b03f71fe5ab"},
{file = "sphinx_scylladb_theme-1.2.1-py3-none-any.whl", hash = "sha256:2666a6990c87c9601beb0c49f118e87d03b27c248ad263e553c3c9dbd9247ec9"},
@@ -969,7 +973,4 @@ wcwidth = [
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
]
zipp = [
{file = "zipp-3.8.0-py3-none-any.whl", hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"},
{file = "zipp-3.8.0.tar.gz", hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad"},
]
zipp = []

View File

@@ -44,7 +44,7 @@ Connecting via CLI (Linux/Mac)
.. code-block:: bash
ssh root@<LAN URL>
ssh start9@<LAN URL>
Replacing ``<LAN URL>`` with your Embassy's LAN (``embassy-xxxxxxx.local``) address
@@ -71,13 +71,13 @@ Setup
.. code-block:: bash
apt install torsocks
sudo apt install torsocks
.. group-tab:: Arch / Garuda / Manjaro
.. code-block:: bash
pacman -S torsocks
sudo pacman -S torsocks
#. SSH in:
@@ -85,7 +85,13 @@ Setup
.. code-block:: bash
ssh root@embassy-xxxxxxx.local
ssh start9@embassy-xxxxxxx.local
#. Elevate yourself to root for the rest of the ssh session:
.. code-block:: bash
sudo bash
#. Using Vim or Nano, add the following 2 lines to ``/etc/tor/torrc``
@@ -119,4 +125,4 @@ To log in, simply use the following command, using the ".onion" hostname you pri
.. code-block::
torsocks ssh root@xxxxxxxxxxxxxxxxx.onion
torsocks ssh start9@xxxxxxxxxxxxxxxxx.onion