You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/12/07 18:35:00 UTC

[jira] [Resolved] (CAMEL-18804) Camel-SFTP: Host key type ED25519 not supported

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

Claus Ibsen resolved CAMEL-18804.
---------------------------------
    Fix Version/s: 3.18.5
       Resolution: Fixed

Thanks docs updated

> Camel-SFTP: Host key type ED25519 not supported
> -----------------------------------------------
>
>                 Key: CAMEL-18804
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18804
>             Project: Camel
>          Issue Type: Task
>          Components: camel-sftp
>    Affects Versions: 3.14.5, 3.18.2
>            Reporter: Maarten Donderwinkel
>            Priority: Minor
>             Fix For: 3.18.5, 3.20.0
>
>
> According to the documentation for the camel-sftp component it's possible to set a server_host_key with the value ed25519. However that algorithm is not available with Jsch.
> As a result the documentation is confusing as it's proposing options that are not available.
> When trying the parameter it will ignore ed25519 as jschProposal.
>  
> Please change at least the documentation to list: ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
> Perhaps look into using the fork of jsch or other means to allow for ED25519 as algorithm.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)