-
Notifications
You must be signed in to change notification settings - Fork 275
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
Error: Handshake failed: no matching key exchange algorithm #124
Comments
What is the valid kex algorithm for your server? If you don't know, you can set all kex algorithms.
|
Thank you answer. |
Try v1.1.0. It should be fixed. |
so~~~ amazing thank you!!! so much!! |
I encounter this problem too, and the latest version 1.8.4 is installed. |
@evannalikeyou Please file a new issue. |
Requisites (important to diagnose the problem!)
not working sftp extension.
i'ts my sftp config.
`
`
Extension Logs
`
at check_KEXINIT (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:2279:15)
at check (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:2217:9)
at onKEXINIT (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:2214:5)
at SSH2Stream. (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:206:5)
at emitTwo (events.js:106:13)
at SSH2Stream.emit (events.js:194:7)
at parse_KEXINIT (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:4105:8)
at parsePacket (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:4001:12)
at SSH2Stream._transform (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:667:13)
at SSH2Stream.Transform._read (_stream_transform.js:167:10)
at SSH2Stream._read (/Users/keen/.vscode/extensions/liximomo.sftp-1.0.5/node_modules/ssh2-streams/lib/ssh.js:251:15)
at SSH2Stream.Transform._write (_stream_transform.js:155:12)
at doWrite (_stream_writable.js:329:12)
at writeOrBuffer (_stream_writable.js:315:5)`
Specifications
The text was updated successfully, but these errors were encountered: