Subject: | Not possible to set timeout for connect method |
When creating the object, or when connecting, it should be possible to
set a timeout for connection, like this
$ssh2->connect( $host, $timeout );
or
$ssh2->connect( host => $host, timeout => $timeout ) # I prefer this one