Skip to content

Commit 63f0022

Browse files
committed
Update links (PR #114)
1 parent a17f5c5 commit 63f0022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $ ssh [email protected] 'chmod +x /home/root/restream'
8787
## Usage
8888

8989
1. Connect your reMarkable with the USB cable.
90-
2. Make sure you can [open an SSH connection](https://remarkablewiki.com/tech/ssh).
90+
2. Make sure you can [open an SSH connection](https://remarkable.guide/guide/access/ssh.html).
9191
3. Run `./reStream.sh` in the script directory or `reStream` [if you've installed it in your PATH](#tip)
9292
4. A screen will pop-up on your local machine, with a live view of your reMarkable!
9393

@@ -157,7 +157,7 @@ Steps you can try if the script isn't working:
157157
- Update `ffmpeg` to version 4.
158158
- Make sure RSA keys are allowed on your system:
159159
- 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.
160-
- 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.)
160+
- Therefore you need to add a section to your `~.ssh/config` file to [allow use of RSA ssh keys for specified hosts](https://remarkable.guide/faqs.html#how-do-i-resolve-the-no-matching-host-key-type-found-their-offer-ssh-rsa-error-when-attempting-to-ssh-into-my-device). Remarkable devices might not work with non-RSA keys, which is the reason for why this is necessary.
161161
- This example should work without any additional configuration, although `PubkeyAcceptedKeyTypes=ssh-rsa` is required if you want to modify it:
162162
```
163163
Host remarkable

0 commit comments

Comments
 (0)