I'm trying to use the Dropbear SSH and in the previous version of SSH I used, you could add the argument -o ConnectTimeout=10 to cause an attempted connection to timeout if unsuccessful after ten seconds.
Is there a way to programmatically specify a connection timeout when using Dropbear SSH?