[ 
https://issues.apache.org/jira/browse/VFS-609?focusedWorklogId=233354&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-233354
 ]

ASF GitHub Bot logged work on VFS-609:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Apr/19 08:44
            Start Date: 26/Apr/19 08:44
    Worklog Time Spent: 10m 
      Work Description: RoTkay commented on pull request #60: VFS-609: VFS SFTP 
doesn't support a private key as byte array
URL: https://github.com/apache/commons-vfs/pull/60
 
 
   I really need feature with specifying private key in bytes. I guess that I'm 
not alone with this need.
   Please, check my pull request. It's my first time making pull request in 
this project. If I made something wrong, I would be glad to hear your comments.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 233354)
            Time Spent: 10m
    Remaining Estimate: 0h

> VFS SFTP doesn't support a private key as byte array
> ----------------------------------------------------
>
>                 Key: VFS-609
>                 URL: https://issues.apache.org/jira/browse/VFS-609
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: 2.1
>         Environment: Java client running on Windows 7
>            Reporter: stevezhuang
>            Priority: Minor
>         Attachments: IdentityInfo.java, SftpClientFactory.java
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Sometimes we would store the private key as a string\bytes in the remote 
> server site, and then access the SFTP functions,
> The JSCH API already provides a possibility to add the private key as bytes, 
> while VFS doesn't support so,
> JSch.java
> public void addIdentity(String name, byte[] prvkey, byte[] pubkey, byte[] 
> passphrase)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to