[ 
https://issues.apache.org/jira/browse/CAMEL-6502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696699#comment-13696699
 ] 

Stephan Siano commented on CAMEL-6502:
--------------------------------------

The patch introduces a new URL parameter "keyPair" which can be set to a 
java.security.KeyPair. The key pair must contain either a 
DSAPrivatKey/DSAPublicKey pair or a RSAPrivateKey/RSAPublicKey pair. This 
parameter does not require setting a "privateKeyPassphrase".
                
> Allow usage of Java KeyPair for SSH public key authentication in SFTP
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-6502
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6502
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-ftp
>            Reporter: Stephan Siano
>         Attachments: 
> 0001-Add-ssh-public-key-authentication-with-java-keys.patch
>
>
> Currently the camel-ftp component only allows using SSH key material in 
> OpenSSH file format.
> With this extension it is also possible to use a java.security.KeyPair for 
> public key authentication provided the underlying keys are DSA or RSA keys.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to