Maarten Donderwinkel created CAMEL-18804:
--------------------------------------------
Summary: Host key type ED25519 not supported
Key: CAMEL-18804
URL: https://issues.apache.org/jira/browse/CAMEL-18804
Project: Camel
Issue Type: Bug
Components: camel-sftp
Affects Versions: 3.18.2, 3.14.5
Reporter: Maarten Donderwinkel
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)