[ 
https://issues.apache.org/jira/browse/VFS-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553683#comment-13553683
 ] 

Marco Ronchi commented on VFS-451:
----------------------------------

Hi Gary,
I tested the trunk and everything works.

I always used ssh-keygen and if you define an empty passphrase, it use as 
passphrase the OS password.
So, it sound to me strange to create Private Keys without passphrase.. but it 
is possible.


I didn't understand your comments at 01:34.


Finally, I've got a question.
In order to configure custom provider, I want to use an external file and not 
the one (providers.xml ) bound within jar.
I use the following code.

        FileSystemManager fsManager = new StandardFileSystemManager();
        
((StandardFileSystemManager)fsManager).setConfiguration("file:///d:/tmp/provider.xml");
        ((StandardFileSystemManager)fsManager).init();

Is it the right way?
Thanks

Marco

                
> Authentication fails using private key
> --------------------------------------
>
>                 Key: VFS-451
>                 URL: https://issues.apache.org/jira/browse/VFS-451
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: windows as client
> linux as ssh server
>            Reporter: Marco Ronchi
>            Assignee: Gary Gregory
>         Attachments: SftpClientFactory.java.patch, SimpleTest.java, 
> vfs-patch-2.txt
>
>
> Cannot connect to a ssh server with my private key.
> I believe the issue is due to an JSCH bug.
> Using the following lines: 
>      session.setPassword(pass);
>      jsch.addIdentity(identityfile);
> instead of
>      jsch.addIdentity(privateKeyFilePath,password);
> authentication fails.
>       
>       

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to