phpseclib SSH2 hangs at Math_BigInteger::modPow()
问题 I've tried the basic example of SSH2 but it hangs. <?php ini_set('display_errors', 1); include('Net/SSH2.php'); $host = '192.168.100.101'; $ssh = new Net_SSH2($host); If I set the time limit, for example, 1000 seconds: <?php ini_set('display_errors', 1); set_time_limit(1000); include('Net/SSH2.php'); $host = '192.168.100.101'; $ssh = new Net_SSH2($host); I'd get: Fatal error: Maximum execution time of 1000 seconds exceeded in /path/to/Math/BigInteger.php on line 1060 Stack trace: # Time