You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (JIRA)" <ji...@apache.org> on 2012/05/17 22:12:02 UTC

[jira] [Updated] (VFS-115) Sftp should support keypairs and private keys in locations other than files

     [ https://issues.apache.org/jira/browse/VFS-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated VFS-115:
--------------------------------

    Summary: Sftp should support keypairs and private keys in locations other than files  (was: Sftp should support keypairs and private keys in locations other than fies)
    
> Sftp should support keypairs and private keys in locations other than files
> ---------------------------------------------------------------------------
>
>                 Key: VFS-115
>                 URL: https://issues.apache.org/jira/browse/VFS-115
>             Project: Commons VFS
>          Issue Type: Improvement
>            Reporter: Brad Davis
>            Priority: Minor
>         Attachments: patch.txt, patch.txt
>
>
> I am attempting to use jar based keypairs in several applications I am developing.  Unfortunately because the SFTP configuration only allows for a file to be specified for the private key, in order to use a key stored in a resource I have to first copy the resource to the local filesystem and then use that temporary file.  I'd much rather that I could specify the location of the location of private key as a VFS url.  Jsch supports using a byte array instead of a file to specify the private key, so VFS could be used to turn the URL into a byte array and pass that to JSCH instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira