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.
SSHを実行するためにphpseclibライブラリを使用しています。サーバーがダウンしているか非常に遅い場合は常に、スクリプトはこの時点で停止します。
<?php $ssh = new Net_SSH2($bind_ip, $port, 10); ?>
Putty を使用すると、ログインを求められません。
タイムアウトまたは強制続行するにはどうすればよいですか?
助言がありますか?
ありがとうございました!!