rien / reStream

Stream your reMarkable screen over SSH.
MIT License
732 stars 56 forks source link

Fedora 33+ support #56

Closed simlefjes closed 3 years ago

simlefjes commented 3 years ago

This is a small change to make reStream work better on systems running Fedora 33+.

The reason for this change is Fedora changing crypto policies for RSA keys, and reStream not having any option to work around this. While it is possible to allow RSA key use for any remote hosts through system config files, it is considered unsafe by Fedora. Allowing it for the remarkable device only is a better solution, but requires extra input from user. (editing the ~.ssh/config file)

f3fora commented 3 years ago

I suppose that the -s flag exists for this reason.
Have you tried reStream -s remarkable?

simlefjes commented 3 years ago

Hmm, yeah. You're right. I have no clue how I missed that flag.

I guess this is pretty pointless then, other than just adding a note in the README

simlefjes commented 3 years ago

Updated the pull request and removed the changes to the script. Also altered the changes the README based on your suggestions