Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用phpseclib库来执行 SSH。每当服务器关闭或非常慢时,脚本就会卡在这一点上。
<?php $ssh = new Net_SSH2($bind_ip, $port, 10); ?>
当我使用 Putty 时,它不会提示我登录..
如何超时或强制继续?
有什么建议么?
谢谢!!