Hi, I am using MINA Java SSH client to execute a set of commands on a Linux server. The library I am using is built from source as I wanted to use the async interfaces (so that I can above the client blocking for IO). The client is working fine. However I want to implement a timeout within which the command must return. Is this functionality implemented in the MINA SSH library ?
Thanks for your help Kenneth
