From 58c292bf43fde1d181acb79ccbd402c87987b1d5 Mon Sep 17 00:00:00 2001 From: BitcoinMechanic Date: Sun, 4 Dec 2022 21:04:18 -0800 Subject: [PATCH 1/3] graphene/calyx mDNS work now --- .../user-manual/device-guides/limitations/lim-android.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/source/user-manual/device-guides/limitations/lim-android.rst b/site/source/user-manual/device-guides/limitations/lim-android.rst index 0dbb4b6..490d2d4 100644 --- a/site/source/user-manual/device-guides/limitations/lim-android.rst +++ b/site/source/user-manual/device-guides/limitations/lim-android.rst @@ -10,7 +10,9 @@ Android LAN Access ---------- -Android versions below 12 (as well as some custom ROMs, such as Graphene/Calyx) do not have native support for :ref:`mDNS` and therefore cannot resolve ".local" addresses. +Android versions below 12 do not have native support for :ref:`mDNS` and therefore cannot resolve ".local" addresses. + +Custom ROMs such as GrapheneOS and Calyx have been updated to use versions 12 or higher and so work as expected. Tor Firefox on LineageOS ------------------------ From 4e393da6449f2b93f86a172773049843d18e0981 Mon Sep 17 00:00:00 2001 From: BitcoinMechanic Date: Sun, 4 Dec 2022 21:14:53 -0800 Subject: [PATCH 2/3] don't add email to ssh key --- site/source/user-manual/ssh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/user-manual/ssh.rst b/site/source/user-manual/ssh.rst index a2654be..d51c362 100644 --- a/site/source/user-manual/ssh.rst +++ b/site/source/user-manual/ssh.rst @@ -15,7 +15,7 @@ Creating an SSH Key (Linux/Mac) .. code-block:: bash - ssh-keygen -t ed25519 -C "your_email@example.com" + ssh-keygen -t ed25519 You will be asked to ``Enter a file in which to save the key`` - we recommend you press ``Enter`` to use the default location From ac814f07afd38c526ae41cbbe8c1cfa5b3049b0b Mon Sep 17 00:00:00 2001 From: BitcoinMechanic <45926711+BitcoinMechanic@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:14:34 -0800 Subject: [PATCH 3/3] Update lim-android.rst --- .../user-manual/device-guides/limitations/lim-android.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/source/user-manual/device-guides/limitations/lim-android.rst b/site/source/user-manual/device-guides/limitations/lim-android.rst index 490d2d4..5cb556f 100644 --- a/site/source/user-manual/device-guides/limitations/lim-android.rst +++ b/site/source/user-manual/device-guides/limitations/lim-android.rst @@ -12,8 +12,6 @@ LAN Access ---------- Android versions below 12 do not have native support for :ref:`mDNS` and therefore cannot resolve ".local" addresses. -Custom ROMs such as GrapheneOS and Calyx have been updated to use versions 12 or higher and so work as expected. - Tor Firefox on LineageOS ------------------------ There seems to be a bug in Lineage that makes using Firefox over Tor currently unusable. Currently, this feature works fine on Calyx and Graphene.