Search found 1 match

by pgb205
Mon Nov 03, 2008 3:14 pm
Forum: PHP - Code
Topic: ssh2_connect. How to specify the timeout
Replies: 2
Views: 2143

ssh2_connect. How to specify the timeout

I have multiple machines on which I want to execute a particular command. Some of those machines are possibly not on the network. When I do sshconnection=ssh2_connect(suername,password,port) it works quickly for the machines that are on the network but drags on forever when it hits a machine that is...