mirror of
https://github.com/vale981/rmview
synced 2025-03-05 09:11:39 -05:00
Document new setting
This commit is contained in:
parent
552bd12d3a
commit
44a0bfe047
1 changed files with 4 additions and 0 deletions
|
@ -82,9 +82,13 @@ Connection parameters are provided as a dictionary with the following keys (all
|
|||
| `username` | username for ssh access on reMarkable | default: `"root"` |
|
||||
| `key` | Local path to key for ssh | not needed if password provided |
|
||||
| `password` | Password provided by reMarkable | not needed if key provided |
|
||||
| `ask_password` | Prompt for password at launch | default: `false` |
|
||||
| `timeout` | connection timeout in seconds | default: 1 |
|
||||
| `insecure_auto_add_host` | ignores the check on the fingerprint | default: `false` |
|
||||
|
||||
The `address` parameter can be either:
|
||||
- a single string, in which case the address is used for connection
|
||||
- a list of strings, which will be presented at launch for selection
|
||||
|
||||
:warning: **Connecting after an update:**
|
||||
An update to the reMarkable tablet would change its "fingerprint" i.e. the identifier that signals we are connecting to the expected device (and not somebody impersonating it).
|
||||
|
|
Loading…
Add table
Reference in a new issue