You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Dokan to connect to a Linux Debian system.
We have now upgraded to Debian 8.
Due to security reasons Debian 8 no longer allows a connection as root user by just entering a password, so I have to send an OpenSSH key.
By using this key I get the following exception in DokanSSHFS:
| 2015-09-09 17:41:39 | SSHFS: Tamir.SharpSsh.jsch.JSchException: Algorithm negotiation fail
at Tamir.SharpSsh.jsch.Session.connect(Int32 connectTimeout)
at Tamir.SharpSsh.jsch.Session.connect()
at DokanSSHFS.SSHFS.SSHConnect()
| 2015-09-09 17:41:39 | Error: failed to connect
Tamir.SharpSsh (version 1.1.1.13) is from 2007 and is the latest version.
Is there any update or workaround available to handle this problem?