gnodet opened a new pull request, #21947:
URL: https://github.com/apache/camel/pull/21947

   ## Summary
   - Expose additional Apache Mina SSHD `CoreModuleProperties` in the camel-ssh 
component for better control over SSH connections
   
   ### New properties (all `@UriParam(label = "advanced")`):
   | Property | Type | Description |
   |----------|------|-------------|
   | `heartbeatInterval` | long | Heartbeat keep-alive interval (ms) |
   | `heartbeatReplyMaxWait` | int | Max heartbeat messages without reply 
before session termination |
   | `authTimeout` | long | Authentication timeout (ms) |
   | `connectTimeout` | long | Socket connection timeout (ms) |
   | `channelOpenTimeout` | long | Channel open timeout (ms) |
   
   All default to 0 (use SSHD defaults). Only applied when value > 0, following 
the existing `idleTimeout` pattern.
   
   ## Test plan
   - Existing tests pass (no behavioral change for defaults)
   - Manual verification with SSH endpoints using new timeout/heartbeat 
properties


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to