Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $ ssh [email protected] 'chmod +x /home/root/restream'
## Usage

1. Connect your reMarkable with the USB cable.
2. Make sure you can [open an SSH connection](https://remarkablewiki.com/tech/ssh).
2. Make sure you can [open an SSH connection](https://web.archive.org/web/20230331225904/https://remarkablewiki.com/tech/ssh).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend using https://remarkable.guide/guide/access/ssh.html instead

3. Run `./reStream.sh` in the script directory or `reStream` [if you've installed it in your PATH](#tip)
4. A screen will pop-up on your local machine, with a live view of your reMarkable!

Expand Down Expand Up @@ -155,7 +155,7 @@ Steps you can try if the script isn't working:
- Update `ffmpeg` to version 4.
- Make sure RSA keys are allowed on your system:
- In some modern Unix distributions, 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. (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.)
- Therefore you need to add a section to your `~.ssh/config` file to allow use of RSA ssh keys for specified hosts. (according to [The former Remarkable Wiki](https://web.archive.org/web/20230331225904/https://remarkablewiki.com/tech/ssh), Remarkable devices might not work with non-RSA keys, which is the reason for why this is necessary.)
Copy link

@Eeems Eeems Feb 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- This example should work without any additional configuration, although `PubkeyAcceptedKeyTypes=ssh-rsa` is required if you want to modify it:
```
Host remarkable
Expand Down