love12yadav opened a new pull request, #3944:
URL: https://github.com/apache/hertzbeat/pull/3944

   ## Problem
   When using SSH ProxyJump, Apache MINA SSHD may leak authentication state.
   Reusing sessions or incorrectly closing SshClient could cause the first
   connection to fail or leave resources open.
   
   ## Solution
   - Prevent reuse of proxy SSH sessions
   - Ensure SshClient is closed when sessions are not cached
   - Keep connection reuse behavior unchanged for non-proxy connections
   
   ## Impact
   - Fixes authentication failures in proxy scenarios
   - Prevents SshClient resource leaks
   - No behavior change for existing reuseConnection flows
   
   Fixes #3925


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to