Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.13k stars 3.35k forks source link

Unknown message digest with private key loading #5809

Open kchen0x opened 2 years ago

kchen0x commented 2 years ago

Describe the problem: When using tabby web app to login my remote server, it shows "Unknown message digest" as below:

image

To Reproduce:

  1. Open tabby web app.
  2. Create a new ssh profile.
  3. Switch athentication method to "Key".
  4. Add a private key from my local folder.
  5. Complete other informations about the ssh connection and save.
  6. Connect to the server directly from the profiles page.
  7. Error "Unknown message digest" shows up when loading private key.
  8. Processing
kchen0x commented 2 years ago

Update:

When I added another server from Desktop by copy config imported from sshconfig file, it works well on the web app when synced up.

kchen0x commented 2 years ago

Update:

I deleted the profile created from the web and recreated it from the desktop.

It worked well in desktop, but got new error on web:

Unsupported algorithm: curve25519-sha256

It seems that this server config has a set of algorithm defined in config file. I changed the algorithm to {}, and the "Unknown message digest" error shows up again.