From 55d3b2e80eb776488b3f65e84f0b592b04fe1d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Frantzv=C3=A5g=20Karlsmoen?= Date: Tue, 2 Feb 2021 23:15:04 +0100 Subject: [PATCH] Added more details around the Fedora 33+ change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fa29d..c864369 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ On Ubuntu, `apt install liblz4-tool` will do the trick. > **Note 2:** If you are using Fedora 33 or later, RSA keys are considered ["legacy"](https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2) and will no longer work out of the box. > Therefore you need to add a section to your `~.ssh/config` file to allow use of RSA ssh keys for specified hosts. -> This example should work without any config, although the identifier needs to be "remarkable" for the reStream to work correctly: +> (according to [https://remarkablewiki.com/tech/ssh](https://remarkablewiki.com/tech/ssh), Remarkable devices might not work with non-RSA keys, which is the reason for why this is necessary.) +> This example should work without any config, although the identifier needs to be "remarkable" with the line `PubkeyAcceptedKeyTypes=ssh-rsa` for the reStream to work correctly: >``` > Host remarkable > HostName 10.11.99.1