bibikurosawa / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

AES_256-cbc doesn't work #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install dokan lib
2. install dokan sshfs
3. connect to server

What is the expected output? What do you see instead?
I'd expect it to connect to server, but it doesn't; the connection doesn't
even start.

What version of the product are you using? On what operating system?
- Windows Vista X86_64 SP1 + all updates at 02/DEC/2008
- dokan-0.3.7.1181 x64 2008/8/20
- dokan-sshfs-0.1.9.1124 2008/6/10 

Please provide any additional information below.
I have and Ubuntu Server and a Vista Client. I've setup the server to
accept only public key authentication with strong encryption, and I made
with puttygen an aes256-cbc key (I am able to connect correctly with
putty+pageant).
I suspect the problem lies on the SharpSSH C# library, or its lack of
support for such kind of encryption.
For what I can tell, I seem to understand that SharpSSH is based on JSch. I
went on the JSch website and saw that there is support for aes256-cbc, but
it seems that SharpSSH has not been updated instead.

TIA for every response and sorry if that's the wrong place, but I really
wanna try dokan!

Original issue reported on code.google.com by andreama...@gmail.com on 2 Dec 2008 at 11:59