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

   This PR fixes SSH authentication issues when using ProxyJump by improving 
session isolation and connection lifecycle management.
   
   Key changes
   
   Disabled connection reuse when ProxyJump is enabled to prevent 
authentication state leakage.
   
   Scoped SSH credentials strictly to individual ClientSession instances.
   
   Ensured SSH client resources are properly cleaned up for non-cached sessions.
   
   Prevented mixed authentication attempts that could lead to “Too many 
authentication failures”.
   
   These changes make SSH connections more stable and predictable, especially 
in proxy-based environments.
   
   Fixes #3926


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