This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
[Bug] Hard crash when using key based authentication with SSH version 8.8p1 #240
Labels
bug
Something isn't working
Hard crash when connecting to a remarkable tablet profile that uses
SSH key authentication (not password authentication which works just fine).
I assume that's due to my version of SSH being >= 8.8. See https://remarkablewiki.com/tech/ssh
at the bottom of the page for confirmation and a workaround.
Reproduce on any GNU/Linux distribution (I'm using the latest Fedora) by:
To get a shell from the command line I had to change some settings in my
$HOME/.ssh/config
file which let meconnect just fine. For reference here's what I had to add to my config:
And here's the logs:
I would have submitted a fix as a pull request since it seems like all we'd need to do is pass some configuration options to
SSH.NET to allow for that key format but I'm unfamiliar with cross platform C# development and won't have time to attempt
a fix until the weekend.
The text was updated successfully, but these errors were encountered: