You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2018/03/20 10:23:00 UTC

[jira] [Moved] (VFS-656) Allow to support Explicit key exchange algorithm SFTP with SftpFileSystemConfigBuilder

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

Colm O hEigeartaigh moved CXF-7681 to VFS-656:
----------------------------------------------

    Estimated Complexity:   (was: Unknown)
                Workflow: classic default workflow  (was: Default workflow, editable Closed status)
                     Key: VFS-656  (was: CXF-7681)
                 Project: Commons VFS  (was: CXF)

> Allow to support Explicit key exchange algorithm SFTP with SftpFileSystemConfigBuilder
> --------------------------------------------------------------------------------------
>
>                 Key: VFS-656
>                 URL: https://issues.apache.org/jira/browse/VFS-656
>             Project: Commons VFS
>          Issue Type: Bug
>            Reporter: Barak Kedem
>            Priority: Major
>
> I'm working with SFTP and SftpFileSystemConfigBuilder
> While I would like to set specific Key exchange algorithm - but it's not possible due to protected/private access.
>  
> I think you should have a method for
> {code}
> public void setKeyExchangeAlgorithm(FileSystemOptions opts, String keyExchangeAlgoritm) throws FileSystemException
> {
> setParam(opts, "kex", keyExchangeAlgoritm);
> }
> {code}
>  
> Just like you have a method you already have.  setStrictHostKeyChecking
>  
> [https://github.com/EsupPortail/commons-vfs2-project-2.0/compare/master...KedemBarak:master]
>  



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