Deep down in the callstack the RunScriptCommand uses SshjSshClient to do ssh calls to EC2. We are having timeout issues (often) and in looking at the jclouds code I noticed that its using Google Guice for dependency injection, and the SshjSshClientModule (factory for returning a SshClient instance) defines a timeout that is injected into the SshClient constructor, and is initialized to a default value of 60000 milliseconds.
Is there any way, all the way up in the whirr configuration level, that I can override this timeout value? Some config file kind of thing that I can play with the timeout duration? -- Thanks, John C
