You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/29 12:28:00 UTC

[jira] [Work logged] (VFS-609) SFTP provider doesn't support a private key as byte array

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

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

                Author: ASF GitHub Bot
            Created on: 29/Apr/19 12:27
            Start Date: 29/Apr/19 12:27
    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
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 234489)
    Time Spent: 20m  (was: 10m)

> SFTP provider 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
>             Fix For: 2.4
>
>         Attachments: IdentityInfo.java, SftpClientFactory.java
>
>          Time Spent: 20m
>  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)