SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Handshake failed: signature verification failed #238

Closed jalbertodin closed 3 years ago

jalbertodin commented 3 years ago

When trying to connect to a solaris remote host: Error while connecting to SSH FS solarisrhino: Handshake failed: signature verification failed

I can access the host using putty without any problem

Any suggestion or debug?

SchoofsKelvin commented 3 years ago

Can you post the SSH FS log? It is available under Output > SSH FS. While it should censor passwords/passphrases, I recommend checking it for (other) sensitive data first.

Which algorithms/ciphers does your server allow/support? This might be similar to #236.