Luigi De Masi created CAMEL-23277:
-------------------------------------
Summary: camel-jsch: Add OpenSSH certificate support to jsch based
components
Key: CAMEL-23277
URL: https://issues.apache.org/jira/browse/CAMEL-23277
Project: Camel
Issue Type: Improvement
Reporter: Luigi De Masi
Assignee: Luigi De Masi
Fix For: 4.18.1
JSch [2.28.0|https://github.com/mwiede/jsch/releases/tag/jsch-2.28.0] now
supports OpenSSH certificates ([PR
#901|https://github.com/mwiede/jsch/pull/901], resolving [issue
#31|https://github.com/mwiede/jsch/issues/31]).
This includes:
* User certificate authentication — authenticate using OpenSSH certificates
signed by a trusted CA instead of plain public keys
* Host certificate verification — verify server identity via CA-signed host
certificates instead of relying solely on known_hosts
* CA signature algorithm configuration — control which algorithms are accepted
for CA signatures ({{{}CASignatureAlgorithms{}}}, matching OpenSSH 8.2+
defaults)
Add support for OpenSSH certificate-based authentication and host verification
to the camel remote file components that use JSch (jsch, sftp, scp).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)