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 Gregory (JIRA)" <ji...@apache.org> on 2019/01/25 00:15:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16751727#comment-16751727 ] 

Gary Gregory commented on VFS-656:
----------------------------------

Patches on GitHub are welcome, as usual :)

> 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)