jsch channel is not opened causes and solutions

Potential Cause 1: sshd server limit, can be solved by the following:

 

 Potential causes 2: server load is too high, timeout. Increase at the connection session timeout .setTimeout ( 60000) ; default, socket timeout time is about 21 seconds. In order to ensure as successful as possible, increase the retry mechanism.

Guess you like

Origin www.cnblogs.com/zhjh256/p/11918270.html