Clarify SSH key setup

This commit is contained in:
Rien Maertens 2020-03-30 21:33:44 +02:00
parent f3f5dd40fa
commit 1c917c1d14
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -6,9 +6,9 @@ reMarkable screen sharing over SSH.
## Installation
1. Clone this repository: `git clone https://github.com/rien/reStream`
2. (Optional but recommended) [Install lz4 on your host and reMarkable](#sub-second-latency)
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)
1. Clone this repository: `git clone https://github.com/rien/reStream`.
2. (Optional but recommended) [Install lz4 on your host and reMarkable](#sub-second-latency).
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 root@10.11.99.1`.
## Usage