-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Issue after vscode update to 1.36.0 #162
Comments
I'm getting an openssl error too after updating to 1.36.0:
I've tried with a RSA and a DSA keys and both fails. |
I can confirm. I am getting the same error connecting to an AWS linux server:
|
Upgraded to vscode 1.36 and get the following error:
Reverted back to vscode 1.35.1 and everything works fine. |
Same for me after upgrading VSCode |
Same issue on mac. |
I'm not entirely sure what's going on. It seems like vscode upgraded Electron to 4.x, which uses a new SSL library that dropped support for some key types. The weird thing is that RSA should still be supported, but @badcrc had an issue with that too? Version changes:
Similar issues: |
I've just tried with a rsa key and seems to work, maybe I didn't try it right the first time. |
I'll keep this issue open for a while and keep looking around, but right now it seems like it's not something I can fix, without dynamically converting keys if that's even possible. |
I think it has to do with the key bit I was using some older rsa keys so I re-generated them with a bit size of 4096 ( Then I generated some new keys with the default bit size (2048) and they did not work. Just to test that. So if you are having trouble try generating a stronger rsa key. |
I am able to login to my remote servers after the recent VScode update. 1.37.1 |
@dolbyac3 Yes! Thank you! I was going crazy while trying to fix an issue on an Electron app for the past 3 hours. You really saved my bacon. |
Shoot, still having this issue. tried PEM format and the 4096 length format, both with no luck.. anyone else still having this issue? |
having the same issue here. I am on:
|
This should be fixed after updating ssh2 (b22dd71) and VSCode updating their node version. |
Andd it's back: liximomo/vscode-sftp#830 |
The extension is already using |
Error while connecting to SSH FS "connection name":
Error while signing data with privateKey: error:06000066:public key routines:OPENSSL_internal:DECODE_ERROR
The text was updated successfully, but these errors were encountered: