d9e7381f opened a new issue, #435: URL: https://github.com/apache/mina-sshd/issues/435
### Version 2.6.0 ### Bug description When the mina ssh client uses the domain name to request the cluster ssh server, the ssh client does not achieve load balancing. ### Actual behavior When I use mina ssh client to connect to mina ssh server, I use the domain name for access. When the domain name is a.com, the corresponding IPs of a.com are 10.0.0.1, 10.0.0.2, and 10.0.0.3, but I found that the ssh client will always only connect to the mina ssh server at 10.0.0.1, while other services are idle. . Even after the server of 10.0.0.1 hangs up, the ssh client is still requesting the instance of 10.0.0.1 ### Expected behavior When using the mina ssh client to request a clustered ssh server, the ssh client balances access to each ssh server instance each time a connection is established. ### Relevant log output _No response_ ### Other information _No response_ -- 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: dev-unsubscr...@mina.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org