-
-
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
Handshake failed: signature verification failed #289
Comments
Your first log reports it's using Unless something is wrong with |
same issue here. Here is my setup
In default terminal, I have to add these line into my ssh config to make it work. |
@hoangtocdo90 This issue would be easier to solve with debug logs, so please follow these steps:
As to replicate the "sshfs.configs": [
{
"name": "my-server" // also host, username, ...
"algorithms": {
"kex": ["diffie-hellman-group1-sha1"]
}
}
] |
It's work. Thanks a lot. |
Hi
I try to connect to a distant server. I had to configure kex, cipher and serverHostkey because distant host only accept "diffie-hellman-group1-sha1" key exchange algorithm and I can't change it.
I tried with the "sshfs.flags": ["DF-GE"] option but it seems it doesn't take the key exchange in account an I have another error : "Handshake failed: no matching key exchange algorithm"
Is there to fix that?
Thanks
log without "sshfs.flags": ["DF-GE"] (with the option above)
log with "sshfs.flags": ["DF-GE"]
The text was updated successfully, but these errors were encountered: