Closed morgaesis closed 2 years ago
Currently the default for address and ssh key is hard-coded as 10.11.99.1 and ~/.ssh/id_rsa.
10.11.99.1
~/.ssh/id_rsa
I suggest that instead the ssh config at ~/.ssh/config be used, and only if the remarkable host is not defined we fall back to the hard-coded values.
~/.ssh/config
remarkable
Fixed in 7.1.0
Currently the default for address and ssh key is hard-coded as
10.11.99.1
and~/.ssh/id_rsa
.I suggest that instead the ssh config at
~/.ssh/config
be used, and only if theremarkable
host is not defined we fall back to the hard-coded values.