Added more details around the Fedora 33+ change

This commit is contained in:
Jakob Frantzvåg Karlsmoen 2021-02-02 23:15:04 +01:00 committed by Rien Maertens
parent 0844329d7e
commit 55d3b2e80e
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -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. > **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. > 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 > Host remarkable
> HostName 10.11.99.1 > HostName 10.11.99.1