-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ed25519 keys doesn't work #10117
Comments
Same here, really annoying. Going back to previous version. |
Same situation. |
It's fixed in the nightly build now - could you give it a quick try before I cut a release? |
1.0.217 nightly not work on win11 24h2 , ed25519 key , after press accept and remember key , it froze and got log.txt like this:
|
I can confirm - tried for tabby-1.0.217-nightly.0-linux-x64.AppImage - unfortunatelly not working version:
result:
above (ecdsa keys) are working in 1.0.215 version (Linux amd64/Windows), but still in 1.0.217 is something broken here. but the old algorithms toward old cisco switches is working here (for 1.0.217 :) ) - this is good. On the other hand in 1.0.215 where ecdsa is working ok, the connection to old cisco switches is not possible :/ hopefully you will manage to take working features from both versions and finally compile it to one ;-) happy New Year! |
@cisco-devnet do your private key file header and footer include |
@cisco-devnet double checked and if that doesn't help, your key might be in the old Putty format (PKCS#1) - in this case you could convert it to the new OpenSSH format using puttygen or similar |
@cisco-devnet triple checked and it could also be caused by RustCrypto/SSH#321, I'll make a new nightly tomorrow incorporating that PR |
New nightly build is available now - give it a try! |
Sadly doesn't work with 1.0.217-nightly.0 on Windows 23H2
|
Could you please generate a new key with the exact same format and post it here? P.S. there's a new nightly build with PPK key support available |
I ran into the same issue, and there is no more ssh-ed25519 checkbox in the SSH profile settings.
|
@PauloHeaven this one is already fixed in the latest nighlty |
Describe the problem:
Looks like ed25519 keys not supported after start using russh on backend.
Got the error:
To Reproduce:
Try to use ed25519 key
The text was updated successfully, but these errors were encountered: