Skip to content

CAMEL-23277 - camel-jsch: Add OpenSSH certificate support to jsch bas…#22390

Open
luigidemasi wants to merge 1 commit intoapache:mainfrom
luigidemasi:CAMEL-23277
Open

CAMEL-23277 - camel-jsch: Add OpenSSH certificate support to jsch bas…#22390
luigidemasi wants to merge 1 commit intoapache:mainfrom
luigidemasi:CAMEL-23277

Conversation

@luigidemasi
Copy link
Copy Markdown
Contributor

@luigidemasi luigidemasi commented Apr 1, 2026

…ed components

JSch 2.28.0 now supports OpenSSH certificates (PR #901, resolving issue #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)

Added support for OpenSSH certificate-based authentication and host verification to the camel remote file components that use JSch (sftp, scp).

@luigidemasi luigidemasi requested a review from gnodet April 1, 2026 16:28
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants