artiche / dokan

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

Enhancement Request - Use ssh private key already loaded in memory #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

> What steps will reproduce the problem?
1. Load a private key in memory with pagent.exe
2. Specify "identy" (because my server does not accept "password"
3. Whatever I specify a path for the key or not
4. Leave the password field empty (because the goal is to don't have to
specify a password in all applications)

>What is the expected output? What do you see instead?
I got "failed o cnnect" error message.
If I specify my key password.. connection succeed.
The expected output is to have a connection succeed without entering the
key password again in DokanSSH
If I try with puttyº.exe or Winscp.exe for exemple, i can connect without
entering my passwork key (it use the one loaded in memory)

>What version of the product are you using? On what operating system?
dokan-sshfs-0201226 - Windows XP SP2dokan-sshfs-0201226

>Please provide any additional information below.
That would be great if dokanSSHFS could check in memory if if private key
is already loaded.
If yes, using it.

Tested with pageant.exe, private key decrypted in memory:
- If I use another application like putty.exe or Winscp.exe, the private
key in memory is automatically used for SSH connection.
- With dokanSSHFS that does not seems the case.

Original issue reported on code.google.com by Hum...@gmail.com on 16 Feb 2009 at 2:22

GoogleCodeExporter commented 9 years ago
this issue completely describes what I need. Otherwise, i can't use the crypted 
public key to connect to our server. 

Original comment by N.Stoeck...@demetec.de on 6 Jun 2012 at 3:41