Barak Kedem created CXF-7681:
--------------------------------

             Summary: Allow to support Explicit key exchange algorithm SFTP 
with SftpFileSystemConfigBuilder
                 Key: CXF-7681
                 URL: https://issues.apache.org/jira/browse/CXF-7681
             Project: CXF
          Issue Type: Bug
            Reporter: Barak Kedem


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)

Reply via email to