-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable password auth, mention rM2 ed25519 issue
Fixes #38
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ reMarkable screen sharing over SSH. | |
1. Clone this repository: `git clone https://github.com/rien/reStream`. | ||
2. Install `lz4` on your host with your usual package manager. On Ubuntu, | ||
`apt install liblz4-tool` will do the trick. | ||
3. [Set up an SSH key and add it to the ssh-agent](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent), then add your key to the reMarkable with `ssh-copy-id [email protected]`. | ||
3. [Set up an SSH key and add it to the ssh-agent](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent), then add your key to the reMarkable with `ssh-copy-id [email protected]`. **Note:** the reMarkable 2 doesn't support `ed25519` keys, those users should generate and `rsa` key. | ||
4. Copy the `restream` executable to the reMarkable and make it executable. | ||
``` | ||
# scp restream.arm.static [email protected]:/home/root/restream | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters