-
Notifications
You must be signed in to change notification settings - Fork 61
Description
I fail using remouse, because (I guess) of some connection issue. The instruction remouse --address remarkable --debug yields:
rDebugging enabled... Connecting to input 'remarkable'
then, after a couple of minutes:
Traceback (most recent call last): File "/usr/bin/remouse", line 8, in <module> sys.exit(main())
File "/home/marc/.local/lib/python3.10/site-packages/remarkable_mouse/remarkable_mouse.py", line 138, in main rm_inputs = open_rm_inputs(
File "/home/marc/.local/lib/python3.10/site-packages/remarkable_mouse/remarkable_mouse.py", line 73, in open_rm_inputs client.connect(
File "/home/marc/.local/lib/python3.10/site-packages/paramiko/client.py", line 349, in connect retry_on_signal(lambda: sock.connect(addr))
File "/home/marc/.local/lib/python3.10/site-packages/paramiko/util.py", line 283, in retry_on_signal return function()
File "/home/marc/.local/lib/python3.10/site-packages/paramiko/client.py", line 349, in <lambda> retry_on_signal(lambda: sock.connect(addr))
TimeoutError: [Errno 110] Connection timed out
The remarkable config is:
Host remarkable
Hostname 10.11.99.1
User root
Port 22
IdentityFile ~/.ssh/remarkable2
PubkeyAcceptedKeyTypes=+ssh-rsa
HostKeyAlgorithms=+ssh-rsa
I checked that ssh remarkable works just fine, yet.